diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-12 02:11:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-12 02:11:25 +0300 |
commit | 4ddde5f4fa3f4b77c2ddf1d4848d06628d396842 (patch) | |
tree | 8653a426a81a23fccfdeea45c042d59a13691bbf /src/gui/widgets/windowcontainer.h | |
parent | 9ce9d5563195bf9d7d22356252f38bc95b247527 (diff) | |
download | plus-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/windowcontainer.h')
-rw-r--r-- | src/gui/widgets/windowcontainer.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/widgets/windowcontainer.h b/src/gui/widgets/windowcontainer.h index cee1178e8..660d2ab8a 100644 --- a/src/gui/widgets/windowcontainer.h +++ b/src/gui/widgets/windowcontainer.h @@ -38,11 +38,7 @@ class WindowContainer : public Container public: WindowContainer(const Widget2 *const widget); - /** - * Do GUI logic. This functions adds automatic deletion of objects that - * volunteered to be deleted. - */ - void logic() override; + void slowLogic(); /** * Schedule a widget for deletion. It will be deleted at the start of |