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
System
Dolphin
Commits
b351afb9
Commit
b351afb9
authored
Feb 09, 2021
by
Kai Uwe Broulik
🍇
Committed by
Elvis Angelaccio
Feb 14, 2021
Browse files
[Status Bar] Hide zoomLabel also in menu handler
parent
61a4ae4d
Pipeline
#50985
passed with stage
in 7 minutes and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/statusbar/dolphinstatusbar.cpp
View file @
b351afb9
...
...
@@ -272,6 +272,7 @@ void DolphinStatusBar::contextMenuEvent(QContextMenuEvent* event)
const
bool
visible
=
showZoomSliderAction
->
isChecked
();
GeneralSettings
::
setShowZoomSlider
(
visible
);
m_zoomSlider
->
setVisible
(
visible
);
m_zoomLabel
->
setVisible
(
visible
);
}
else
if
(
action
==
showSpaceInfoAction
)
{
const
bool
visible
=
showSpaceInfoAction
->
isChecked
();
GeneralSettings
::
setShowSpaceInfo
(
visible
);
...
...
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