summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r--src/gui/widgets/window.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp
index 4d16937e2..053c60875 100644
--- a/src/gui/widgets/window.cpp
+++ b/src/gui/widgets/window.cpp
@@ -60,6 +60,9 @@ Window::Window(const std::string &caption, const bool modal,
mGrip(nullptr),
mParent(parent),
mLayout(nullptr),
+ mCloseRect(),
+ mStickyRect(),
+ mGripRect(),
mWindowName("window"),
mShowTitle(true),
mModal(modal),