Arrehn 2011-04-22 03:46:00 -04:00
commit 55bf930f8a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public:
/*virtual*/ BOOL postBuild();
void onClickClose() { hide(); LLNotifications::instance().cancel(mNotification); }
void onClickClose() { if(!mHidden) {hide(); LLNotifications::instance().cancel(mNotification);} }
void draw();
void hide() { if(!mHidden) {mHidden = true; mFadeTimer.reset();} }