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
Miguel Lopez
Krita
Commits
3a937569
Commit
3a937569
authored
Jan 11, 2015
by
Scott Petrovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add back menu item for hiding status bar
parent
2b8b2fe6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
krita/krita.rc
krita/krita.rc
+1
-0
krita/ui/KisViewManager.cpp
krita/ui/KisViewManager.cpp
+1
-0
No files found.
krita/krita.rc
View file @
3a937569
...
...
@@ -64,6 +64,7 @@
<Action
name=
"view_ruler"
/>
<Action
name=
"view_guidelines"
/>
<Action
name=
"view_show_guides"
/>
<Action
name=
"showStatusBar"
/>
<Separator/>
<Action
name=
"view_grid"
/>
<Action
name=
"view_snap_to_grid"
/>
...
...
krita/ui/KisViewManager.cpp
View file @
3a937569
...
...
@@ -658,6 +658,7 @@ void KisViewManager::createActions()
tAction
->
setChecked
(
true
);
tAction
->
setToolTip
(
i18n
(
"Shows or hides the status bar"
));
actionManager
()
->
addAction
(
"showStatusBar"
,
tAction
);
tAction
->
setActivationFlags
(
KisAction
::
ACTIVE_IMAGE
);
connect
(
tAction
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
showStatusBar
(
bool
)));
tAction
=
new
KisAction
(
i18n
(
"Show Canvas Only"
),
this
);
...
...
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