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
Joao Oliveira
Okular
Commits
acf5922d
Commit
acf5922d
authored
Dec 07, 2008
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correctly restore m_showMenuBarAction status on startup
svn path=/trunk/KDE/kdegraphics/okular/; revision=894123
parent
7ac43b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
shell/shell.cpp
shell/shell.cpp
+1
-0
No files found.
shell/shell.cpp
View file @
acf5922d
...
...
@@ -87,6 +87,7 @@ void Shell::init()
createGUI
(
m_part
);
m_showToolBarAction
=
static_cast
<
KToggleAction
*>
(
toolBarMenuAction
());
m_doc
=
qobject_cast
<
KDocumentViewer
*>
(
m_part
);
m_showMenuBarAction
->
setChecked
(
menuBar
()
->
isVisible
()
);
}
connect
(
this
,
SIGNAL
(
restoreDocument
(
const
KConfigGroup
&
)
),
m_part
,
SLOT
(
restoreDocument
(
const
KConfigGroup
&
)));
...
...
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