From 4d29ce21d01176f523d6f3b05aefa1b011fc756c Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 27 Jan 2018 08:59:53 +0100 Subject: GUI: Unify clip and non-clip draw calls --- gui/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/dialog.cpp') diff --git a/gui/dialog.cpp b/gui/dialog.cpp index 6f4e8e6b44..560c29174a 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -167,7 +167,7 @@ void Dialog::drawDialog(DrawLayer layerToDraw) { return; g_gui.theme()->_layerToDraw = layerToDraw; - g_gui.theme()->drawDialogBackground(Common::Rect(_x, _y, _x+_w, _y+_h), _backgroundType); + g_gui.theme()->drawDialogBackground(Common::Rect(_x, _y, _x + _w, _y + _h), _backgroundType); markWidgetsAsDirty(); drawWidgets(); -- cgit v1.2.3