diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-23 22:11:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-23 23:22:45 +0300 |
commit | 89694323abffb1c73c85d49460991b3e6f20f098 (patch) | |
tree | e4c11c4236bec6db774dd56925335a1535568ef8 /src/gui/widgets/popup.h | |
parent | 0c3a1befd07924ce17ce2051eb45e60776480830 (diff) | |
download | plus-89694323abffb1c73c85d49460991b3e6f20f098.tar.gz plus-89694323abffb1c73c85d49460991b3e6f20f098.tar.bz2 plus-89694323abffb1c73c85d49460991b3e6f20f098.tar.xz plus-89694323abffb1c73c85d49460991b3e6f20f098.zip |
Move window variable from widget class to widget2 class.
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r-- | src/gui/widgets/popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index 1d5bf0492..f39a92ec0 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -172,7 +172,7 @@ class Popup notfinal : public Container, { return mVisible; } virtual void postInit() - { mInit = true; mWindow = this; } + { mInit = true; } protected: int mPadding; /**< Holds the padding of the popup. */ |