From ca74665affdd5814fb54cad042f7e24e9c479cf9 Mon Sep 17 00:00:00 2001 From: Bryant Date: Tue, 2 Jul 2013 21:09:19 -0700 Subject: [PATCH] The Advanced Mode option is now checked properly if it's enabled. --- src/ui/MainWindow.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index 1abeebe7f..e45c50a5a 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -1417,6 +1417,7 @@ void MainWindow::connectCommonActions() // Connect actions from ui connect(ui.actionAdd_Link, SIGNAL(triggered()), this, SLOT(addLink())); + ui.actionAdvanced_Mode->setChecked(isAdvancedMode); connect(ui.actionAdvanced_Mode,SIGNAL(triggered()),this,SLOT(setAdvancedMode())); // Connect internal actions -- 2.22.0