diff options
author | jak1 <mike.wollmann@gmail.com> | 2020-11-04 09:34:16 +0100 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-03-11 22:17:31 +0000 |
commit | 90b77f4c3939f1da10c7a21a182e913ff0e2ec1d (patch) | |
tree | 37c8a46d366a441eb121de8646b8054e8b6cf851 /src/gui/widgets/checkbox.cpp | |
parent | 7124d95d082d77b7e00447a4ecad094e575e8fa9 (diff) | |
download | plus-90b77f4c3939f1da10c7a21a182e913ff0e2ec1d.tar.gz plus-90b77f4c3939f1da10c7a21a182e913ff0e2ec1d.tar.bz2 plus-90b77f4c3939f1da10c7a21a182e913ff0e2ec1d.tar.xz plus-90b77f4c3939f1da10c7a21a182e913ff0e2ec1d.zip |
added desync walkaround
Diffstat (limited to 'src/gui/widgets/checkbox.cpp')
-rw-r--r-- | src/gui/widgets/checkbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp index b01a4e679..c57af2eaa 100644 --- a/src/gui/widgets/checkbox.cpp +++ b/src/gui/widgets/checkbox.cpp @@ -161,6 +161,7 @@ CheckBox::~CheckBox() if (theme != nullptr) theme->unload(mSkin); } + removeMouseListener(this); } void CheckBox::draw(Graphics *const graphics) |