summaryrefslogtreecommitdiff
path: root/src/gui/popups/createpartypopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popups/createpartypopup.h')
-rw-r--r--src/gui/popups/createpartypopup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/createpartypopup.h b/src/gui/popups/createpartypopup.h
index bd5899726..b7f596e36 100644
--- a/src/gui/popups/createpartypopup.h
+++ b/src/gui/popups/createpartypopup.h
@@ -55,6 +55,7 @@ class CreatePartyPopup final : public Popup,
void postInit() override final
{
+ Popup::postInit();
add(mBrowserBox);
setContentSize(mBrowserBox->getWidth() + 8,
mBrowserBox->getHeight() + 8);