1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

fixes FullScreenDialog

fixes focus lost after warning screens.
This commit is contained in:
Raphael Coeffic 2021-04-08 00:22:15 +02:00
parent 63c5c9f442
commit ed67504a3c

View file

@ -148,7 +148,7 @@ void FullScreenDialog::runForever()
MainWindow::instance()->run(false);
}
Window::deleteLater();
deleteLater();
}
void raiseAlert(const char * title, const char * msg, const char * action, uint8_t sound)