From 1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Jun 2017 20:36:43 +0300 Subject: Add missing calls to Window::postInit. --- src/gui/widgets/selldialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets/selldialog.cpp') diff --git a/src/gui/widgets/selldialog.cpp b/src/gui/widgets/selldialog.cpp index fc7bd9701..2d613fae8 100644 --- a/src/gui/widgets/selldialog.cpp +++ b/src/gui/widgets/selldialog.cpp @@ -79,6 +79,7 @@ SellDialog::SellDialog(const IsSell isSell, void SellDialog::postInit() { + Window::postInit(); setWindowName("Sell"); setResizable(true); setCloseButton(true); -- cgit v1.2.3-60-g2f50