1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
This commit is contained in:
3djc 2016-08-31 09:12:35 +02:00 committed by Andre Bernet
parent 8de9f8e826
commit a8394b6400

View file

@ -922,7 +922,7 @@ void MainWindow::updateMenus()
bool hasMdiChild = (activeMdiChild() != 0);
bool hasSelection = (activeMdiChild() && activeMdiChild()->hasSelection());
if(GetCurrentFirmware()->getBoard()== BOARD_HORUS) {
if(GetCurrentFirmware()->getBoard() == BOARD_HORUS) {
newAct->setEnabled(false);
openAct->setEnabled(false);
saveAct->setEnabled(false);