diff options
author | Torbjörn Andersson | 2006-08-12 16:42:19 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-08-12 16:42:19 +0000 |
commit | e9b9aa65a67fde46a6c2301d7ddb76ea4bb19acf (patch) | |
tree | 1d85a401e27db20714058f928fd33da5c7785ffb /gui | |
parent | 8d72b8e415faa176213598ade300b5148209fc98 (diff) | |
download | scummvm-rg350-e9b9aa65a67fde46a6c2301d7ddb76ea4bb19acf.tar.gz scummvm-rg350-e9b9aa65a67fde46a6c2301d7ddb76ea4bb19acf.tar.bz2 scummvm-rg350-e9b9aa65a67fde46a6c2301d7ddb76ea4bb19acf.zip |
Whitespace.
svn-id: r23704
Diffstat (limited to 'gui')
-rw-r--r-- | gui/newgui.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 385d68cc88..9c1015b0c5 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -332,11 +332,11 @@ void NewGui::openDialog(Dialog *dialog) { _theme->refresh(); // refresh all dialogs for (int i = 0; i < _dialogStack.size(); ++i) { - _dialogStack[i]->reflowLayout(); + _dialogStack[i]->reflowLayout(); } } else { - dialog->reflowLayout(); - } + dialog->reflowLayout(); + } } void NewGui::closeTopDialog() { |