summaryrefslogtreecommitdiff
path: root/src/gui/windows/textselectdialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-13 20:36:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-13 20:36:43 +0300
commit1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2 (patch)
tree5069a5cd842f5299f5fe178df4628b986c8b18b4 /src/gui/windows/textselectdialog.cpp
parent8cac9b90f3e25b2dfb848684fdec8b9c076da28a (diff)
downloadplus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.tar.gz
plus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.tar.bz2
plus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.tar.xz
plus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.zip
Add missing calls to Window::postInit.
Diffstat (limited to 'src/gui/windows/textselectdialog.cpp')
-rw-r--r--src/gui/windows/textselectdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/textselectdialog.cpp b/src/gui/windows/textselectdialog.cpp
index f7a5afb22..11100d2d8 100644
--- a/src/gui/windows/textselectdialog.cpp
+++ b/src/gui/windows/textselectdialog.cpp
@@ -61,6 +61,7 @@ TextSelectDialog::TextSelectDialog(const std::string &name,
void TextSelectDialog::postInit()
{
+ Window::postInit();
setWindowName("TextSelectDialog");
setResizable(true);
setCloseButton(mAllowQuit == AllowQuit_true);