mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Cosmetic
This commit is contained in:
parent
8de9f8e826
commit
a8394b6400
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ void MainWindow::updateMenus()
|
||||||
bool hasMdiChild = (activeMdiChild() != 0);
|
bool hasMdiChild = (activeMdiChild() != 0);
|
||||||
bool hasSelection = (activeMdiChild() && activeMdiChild()->hasSelection());
|
bool hasSelection = (activeMdiChild() && activeMdiChild()->hasSelection());
|
||||||
|
|
||||||
if(GetCurrentFirmware()->getBoard()== BOARD_HORUS) {
|
if(GetCurrentFirmware()->getBoard() == BOARD_HORUS) {
|
||||||
newAct->setEnabled(false);
|
newAct->setEnabled(false);
|
||||||
openAct->setEnabled(false);
|
openAct->setEnabled(false);
|
||||||
saveAct->setEnabled(false);
|
saveAct->setEnabled(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue