mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed navigation toolbar show/hide logic
This commit is contained in:
parent
b2672a982a
commit
b195993164
@ -567,6 +567,7 @@ void GUI::showToolbars(bool checked)
|
||||
if (checked) {
|
||||
addToolBar(_fileToolBar);
|
||||
addToolBar(_showToolBar);
|
||||
addToolBar(_navigationToolBar);
|
||||
_fileToolBar->show();
|
||||
_showToolBar->show();
|
||||
_navigationToolBar->show();
|
||||
|
Loading…
Reference in New Issue
Block a user