mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
This commit is contained in:
@@ -84,7 +84,6 @@ int CSleepTimerWidget::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
}
|
||||
int ret = inbox->exec (NULL, "");
|
||||
|
||||
inbox->hide ();
|
||||
delete inbox;
|
||||
|
||||
/* exit pressed, cancel timer setup */
|
||||
|
Reference in New Issue
Block a user