mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
506b133875
commit
df63bcd8b7
3 changed files with 32 additions and 5 deletions
|
@ -389,6 +389,7 @@ void KMessageWidget::animatedShow()
|
|||
void KMessageWidget::animatedHide()
|
||||
{
|
||||
if (!isVisible()) {
|
||||
hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue