diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-06 22:05:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-06 22:05:03 +0300 |
commit | 2323c3ab4083af456a2251518c36220e28700186 (patch) | |
tree | d93a837af05c5e820809ecfce9c222fbf3545588 /src/gui | |
parent | 13ec5b3032a92be3117cf3dcc145fef2375e3d8b (diff) | |
download | plus-2323c3ab4083af456a2251518c36220e28700186.tar.gz plus-2323c3ab4083af456a2251518c36220e28700186.tar.bz2 plus-2323c3ab4083af456a2251518c36220e28700186.tar.xz plus-2323c3ab4083af456a2251518c36220e28700186.zip |
Fix initial setup window resize issue.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 8961c2d56..69e879b9c 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -133,6 +133,7 @@ Setup::Setup(): center(); + widgetResized(nullptr); setInGame(false); enableVisibleSound(true); } |