Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
einsteinathome
pulsatingscience
Commits
06da55db
Commit
06da55db
authored
Feb 03, 2009
by
Oliver Bock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't allow menu bar when in fullscreen mode (because of changed background role)
parent
01ba6993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/pulsatingscience.cpp
src/pulsatingscience.cpp
+2
-1
No files found.
src/pulsatingscience.cpp
View file @
06da55db
...
...
@@ -225,7 +225,8 @@ void PulsatingScience::menuBarToggled()
on_actionMenu_bar_toggled
(
false
);
ui
.
actionMenu_bar
->
setChecked
(
false
);
}
else
{
else
if
(
!
ui
.
actionFullscreen
->
isChecked
())
{
// allow menu bar only when NOT in fullscreen mode
on_actionMenu_bar_toggled
(
true
);
ui
.
actionMenu_bar
->
setChecked
(
true
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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