Commit 3b47c386 authored by orangelynx's avatar orangelynx

Made "Show Status Bar" menu entry more sensible.

parent 27d6ccae
......@@ -625,7 +625,6 @@ void MainWindow::showStatusBarCallback(bool checked)
{
_showStatusBar = checked;
checked ? statusBar()->show() : statusBar()->hide();
_ui.actionStatusBar->setText(checked ? "Hide Status Bar" : "Show Status Bar");
}
void MainWindow::closeEvent(QCloseEvent *event)
......
......@@ -301,7 +301,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Status Bar</string>
<string>Show Status Bar</string>
</property>
</action>
<action name="actionExperimentalPlanView">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment