GRAPHICS: MACGUI: fix incorrect selection drawing when mactext is not active

This commit is contained in:
ysj1173886760 2021-05-28 16:33:45 +08:00 committed by Eugene Sandulenko
parent f0763f44cc
commit 1b92db9f80

View File

@ -1040,7 +1040,7 @@ bool MacText::draw(bool forceRedraw) {
Common::Point offset(calculateOffset());
if (_selectedText.endY != -1 && _active)
if (_selectedText.endY != -1)
_composeSurface->clear(_bgcolor);
if (!_cursorState)