From a07656f388b39af1b41bfe95da91c199e66112ea Mon Sep 17 00:00:00 2001 From: Mariano Lizarraga Date: Wed, 15 Dec 2010 01:46:07 -0600 Subject: [PATCH] Fixed issue where central menus where not updated correctly --- src/ui/MainWindow.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index ca98ec21e..54011b14f 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -1070,6 +1070,7 @@ void MainWindow::presentView() { #endif qDebug() << "LC"; + showTheCentralWidget(CENTRAL_LINECHART, currentView); if (linechartWidget){ qDebug () << buildMenuKey (SUB_SECTION_CHECKED,CENTRAL_LINECHART,currentView) << settings.value(buildMenuKey (SUB_SECTION_CHECKED,CENTRAL_LINECHART,currentView)).toBool() ; @@ -1094,6 +1095,7 @@ void MainWindow::presentView() { showTheCentralWidget(CENTRAL_PROTOCOL, currentView); // HEAD UP DISPLAY + showTheCentralWidget(CENTRAL_HUD, currentView); qDebug() << "HUD"; if (hudWidget){ qDebug() << buildMenuKey(SUB_SECTION_CHECKED,CENTRAL_HUD,currentView) << -- 2.22.0