diff options
| -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) {  | 
