Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-10-03 10:25:44 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-10-03 10:29:37 +0300
commitffe03cd264f39d27047393d4db745ea8dae19d5f (patch)
tree086ad147a28d2647d8d0367933764ed64e2c6719 /source/blender/windowmanager
parent41d05474904bbffcb2bfa338a8dd91e2098360b3 (diff)
Fix Broken Font Preview (reported over IRC by kopias, thanks).
Broken by font wrap commit rBf2341f829654c4dc97, there was actually two things here: * Using non-initialized color (which lead to transparent drawing...), we need to use new `blf_draw_buffer__start/end` helpers here too, made them shared internally. * Using `draw_str_i18n_nbr` as `draw_str[i]` length, ugh! That's the number of utf8 glyphs of translated string, not the length of untranslated string! This fix must be backported to final 2.76.
Diffstat (limited to 'source/blender/windowmanager')
0 files changed, 0 insertions, 0 deletions