This didn't look logical, and could (in theory) lead to mask being drawn but _hasMask not being set. I suspect it was a bug in the original commit adding this (back in the original string.cpp, rev. 1.5). Even if this change should turn out ot be incorrect, the original code most probably was incorrect anyway
svn-id: r8240
This commit is contained in:
parent
3e87539b5c
commit
2591a4f018
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ void CharsetRendererClassic::printChar(int chr) {
|
||||||
|
|
||||||
if (vs->number != 0)
|
if (vs->number != 0)
|
||||||
_blitAlso = false;
|
_blitAlso = false;
|
||||||
if (vs->number == 0 && !_blitAlso)
|
if (vs->number == 0 && !_ignoreCharsetMask)
|
||||||
_hasMask = true;
|
_hasMask = true;
|
||||||
|
|
||||||
_charPtr += 4;
|
_charPtr += 4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue