From 7da723ab4e867a5b23c979df1a6b77eec05a85ad Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 5 Oct 2009 12:12:18 +0000 Subject: SCI/newgui: drawControlIcon - updates screen now svn-id: r44660 --- engines/sci/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/gui') 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) { -- cgit v1.2.3