diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index af67129e0..844840f8d 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -133,7 +133,7 @@ Setup::Setup(): center(); - widgetResized(nullptr); + widgetResized(gcn::Event(nullptr)); setInGame(false); enableVisibleSound(true); } |