Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a07656f3
Commit
a07656f3
authored
Dec 15, 2010
by
Mariano Lizarraga
Browse files
Fixed issue where central menus where not updated correctly
parent
870ad6de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
a07656f3
...
...
@@ -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
)
<<
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment