summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-12 02:11:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-12 02:11:25 +0300
commit4ddde5f4fa3f4b77c2ddf1d4848d06628d396842 (patch)
tree8653a426a81a23fccfdeea45c042d59a13691bbf /src/gui/widgets/textbox.cpp
parent9ce9d5563195bf9d7d22356252f38bc95b247527 (diff)
downloadplus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.gz
plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.bz2
plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.xz
plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.zip
fix random rare crashes in npc and possible other windows.
Diffstat (limited to 'src/gui/widgets/textbox.cpp')
-rw-r--r--src/gui/widgets/textbox.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp
index 69c93c025..dec73768e 100644
--- a/src/gui/widgets/textbox.cpp
+++ b/src/gui/widgets/textbox.cpp
@@ -41,6 +41,12 @@ TextBox::TextBox(const Widget2 *const widget) :
setFrameSize(0);
}
+TextBox::~TextBox()
+{
+ if (gui)
+ gui->removeDragged(this);
+}
+
void TextBox::setTextWrapped(const std::string &text, const int minDimension)
{
// Make sure parent scroll area sets width of this widget