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:
Max Horn 2003-06-01 14:07:14 +00:00
parent 3e87539b5c
commit 2591a4f018

View file

@ -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;