diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-18 23:23:04 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-18 23:23:04 -0300 |
commit | df63bcd8b794ba5a2a1248503946b34757c73795 (patch) | |
tree | bef11378ac8f98ad1b7786c3c203aad778781acd /qt-ui/kmessagewidget.cpp | |
parent | 506b1338750ba9f29b80e7909693f60781a54ccc (diff) | |
download | subsurface-df63bcd8b794ba5a2a1248503946b34757c73795.tar.gz |
Added the Message and the Buttons on the Equipment Tab
Added the Message and the ok/cancel buttons on the Equipment
Tab, they don't control the Equipment edition yet, but already
does the same as the Notes one, Now I need to merge the other
part - the actuall Equipment Edition.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/kmessagewidget.cpp')
-rw-r--r-- | qt-ui/kmessagewidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/kmessagewidget.cpp b/qt-ui/kmessagewidget.cpp index 5b37c7455..8094eca6f 100644 --- a/qt-ui/kmessagewidget.cpp +++ b/qt-ui/kmessagewidget.cpp @@ -389,6 +389,7 @@ void KMessageWidget::animatedShow() void KMessageWidget::animatedHide() { if (!isVisible()) { + hide(); return; } |