Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Graphics
Okular
Commits
1a5e20e2
Commit
1a5e20e2
authored
Jul 02, 2017
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/Applications/17.04'
parents
1658d3b6
3b5f19fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shell/shell.cpp
shell/shell.cpp
+1
-1
No files found.
shell/shell.cpp
View file @
1a5e20e2
...
...
@@ -497,7 +497,7 @@ void Shell::setFullScreen( bool useFullScreen )
void
Shell
::
showEvent
(
QShowEvent
*
e
)
{
if
(
m_showMenuBarAction
)
if
(
!
menuBar
()
->
isNativeMenuBar
()
&&
m_showMenuBarAction
)
m_showMenuBarAction
->
setChecked
(
menuBar
()
->
isVisible
()
);
KParts
::
MainWindow
::
showEvent
(
e
);
...
...
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