From bd96450423276272e1cddf8be91cc63f860eb125 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 May 2015 21:27:20 +0300 Subject: Call Window::postInit from all windows with overrided postInit method. --- src/gui/windows/editdialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/editdialog.cpp') diff --git a/src/gui/windows/editdialog.cpp b/src/gui/windows/editdialog.cpp index f69876cf7..81710f06b 100644 --- a/src/gui/windows/editdialog.cpp +++ b/src/gui/windows/editdialog.cpp @@ -45,6 +45,7 @@ EditDialog::EditDialog(const std::string &restrict title, void EditDialog::postInit() { + Window::postInit(); // TRANSLATORS: edit dialog label Button *const okButton = new Button(this, _("OK"), mEventOk, this); -- cgit v1.2.3-70-g09d2