mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
fixes FullScreenDialog
fixes focus lost after warning screens.
This commit is contained in:
parent
63c5c9f442
commit
ed67504a3c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void FullScreenDialog::runForever()
|
||||||
MainWindow::instance()->run(false);
|
MainWindow::instance()->run(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Window::deleteLater();
|
deleteLater();
|
||||||
}
|
}
|
||||||
|
|
||||||
void raiseAlert(const char * title, const char * msg, const char * action, uint8_t sound)
|
void raiseAlert(const char * title, const char * msg, const char * action, uint8_t sound)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue