Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
83b0fcc3
Commit
83b0fcc3
authored
Feb 25, 2022
by
Christoph Cullmann
🐮
Browse files
allow to hide statubar again
this is now a very trivial operation
parent
b7a2afb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
kate/katemainwindow.cpp
View file @
83b0fcc3
...
...
@@ -720,6 +720,8 @@ void KateMainWindow::toggleShowMenuBar(bool showMessage)
void
KateMainWindow
::
toggleShowStatusBar
()
{
// just hide or show the status bar stack
statusBarStackedWidget
()
->
setVisible
(
showStatusBar
());
}
bool
KateMainWindow
::
showStatusBar
()
...
...
Write
Preview
Supports
Markdown
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