SCI/newgui: kDrawControl (icon) now also calls BitsShow()

svn-id: r44975
This commit is contained in:
Martin Kiewitz 2009-10-12 10:34:31 +00:00
parent 50faafc622
commit 9ae7935a1d

View File

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