summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-04 22:51:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-04 22:51:17 +0300
commitbc4957b24e6939f4e681e9412f9bbdd483a6bc35 (patch)
tree26f151a039a24f294774d32a4e1f89ceaa6ae2af /src/gui/widgets/checkbox.h
parentfe84fc25906d6cc6801f9e15cf2652e1d16419ca (diff)
downloadplus-bc4957b24e6939f4e681e9412f9bbdd483a6bc35.tar.gz
plus-bc4957b24e6939f4e681e9412f9bbdd483a6bc35.tar.bz2
plus-bc4957b24e6939f4e681e9412f9bbdd483a6bc35.tar.xz
plus-bc4957b24e6939f4e681e9412f9bbdd483a6bc35.zip
Fix removing listeners from window if used guitable as container.
This fixing crash with settings window after reconnect to server.
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r--src/gui/widgets/checkbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h
index 5555046ba..2f2fe812d 100644
--- a/src/gui/widgets/checkbox.h
+++ b/src/gui/widgets/checkbox.h
@@ -182,6 +182,8 @@ class CheckBox final : public Widget,
void widgetHidden(const Event &event) override final;
+ void setWindow(Widget *const widget) override final;
+
private:
void toggleSelected();