From 253c660d8e3341ad2d78658a23e599d5aaa84c00 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 12 Nov 2011 13:19:14 +0100 Subject: Removed hiding of button popup when setting the text to empty The text is never set to an empty string, especially not while the mouse is over the button. The popup will be updated or hidden by mouseMoved anyway. Reviewed-by: Thorbjorn Lindeijer --- src/gui/widgets/button.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gui/widgets/button.cpp') diff --git a/src/gui/widgets/button.cpp b/src/gui/widgets/button.cpp index 2664c655..86c3b80d 100644 --- a/src/gui/widgets/button.cpp +++ b/src/gui/widgets/button.cpp @@ -353,10 +353,3 @@ void Button::mouseExited(gcn::MouseEvent &event) mTextPopup->setVisible(false); } - -void Button::setButtonPopupText(const std::string& text) -{ - mPopupText = text; - if (mPopupText.empty()) - mTextPopup->setVisible(false); -} -- cgit v1.2.3-70-g09d2