diff options
Diffstat (limited to 'gui/dialog.cpp')
| -rw-r--r-- | gui/dialog.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/gui/dialog.cpp b/gui/dialog.cpp index 99441e0841..aeb2e1ad90 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -163,6 +163,7 @@ void Dialog::drawDialog(DrawLayer layerToDraw) {  	if (!isVisible())  		return; +	g_gui.theme()->disableClipRect();  	g_gui.theme()->_layerToDraw = layerToDraw;  	g_gui.theme()->drawDialogBackground(Common::Rect(_x, _y, _x + _w, _y + _h), _backgroundType); | 
