diff options
author | Martin Kiewitz | 2009-10-05 12:12:18 +0000 |
---|---|---|
committer | Martin Kiewitz | 2009-10-05 12:12:18 +0000 |
commit | 7da723ab4e867a5b23c979df1a6b77eec05a85ad (patch) | |
tree | ec4fc40d5cd05f4a944434877f3d3dfba15f3f8c /engines/sci/gui | |
parent | 4d699301c75b18a9a2526f19ef85b1c05c2a0070 (diff) | |
download | scummvm-rg350-7da723ab4e867a5b23c979df1a6b77eec05a85ad.tar.gz scummvm-rg350-7da723ab4e867a5b23c979df1a6b77eec05a85ad.tar.bz2 scummvm-rg350-7da723ab4e867a5b23c979df1a6b77eec05a85ad.zip |
SCI/newgui: drawControlIcon - updates screen now
svn-id: r44660
Diffstat (limited to 'engines/sci/gui')
-rw-r--r-- | engines/sci/gui/gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/gui/gui.cpp b/engines/sci/gui/gui.cpp index c682e76c7b..342ae74f37 100644 --- a/engines/sci/gui/gui.cpp +++ b/engines/sci/gui/gui.cpp @@ -286,6 +286,7 @@ void SciGui::drawControlIcon(Common::Rect rect, reg_t obj, GuiResourceId viewId, if (style & 0x20) { _gfx->FrameRect(rect); } + _screen->copyToScreen(); } void SciGui::graphFillBoxForeground(Common::Rect rect) { |