mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
SCI/newgui: kDrawControl (icon) now also calls BitsShow()
svn-id: r44975
This commit is contained in:
parent
50faafc622
commit
9ae7935a1d
@ -377,6 +377,8 @@ void SciGui::drawControlIcon(Common::Rect rect, reg_t obj, GuiResourceId viewId,
|
||||
if (style & 0x20) {
|
||||
_gfx->FrameRect(rect);
|
||||
}
|
||||
if (!_screen->_picNotValid)
|
||||
_gfx->BitsShow(rect);
|
||||
} else {
|
||||
_gfx->InvertRect(rect);
|
||||
_gfx->BitsShow(rect);
|
||||
|
Loading…
x
Reference in New Issue
Block a user