diff options
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r-- | src/gui/widgets/label.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index 13eff1e7d..ad6daa81f 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -46,6 +46,9 @@ Label::Label(const Widget2 *const widget, const std::string &caption) : Label::~Label() { + if (gui) + gui->removeDragged(this); + mInstances --; if (mInstances == 0 && Theme::instance()) Theme::instance()->unload(mSkin); |