mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
GRAPHICS: MACGUI: fix incorrect selection drawing when mactext is not active
This commit is contained in:
parent
f0763f44cc
commit
1b92db9f80
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user