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
de7bbd68
Commit
de7bbd68
authored
Feb 20, 2021
by
Christoph Cullmann
🐮
Browse files
hide all toolviews
parent
fa2292a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectpluginview.cpp
View file @
de7bbd68
...
...
@@ -113,7 +113,7 @@ KateProjectPluginView::KateProjectPluginView(KateProjectPlugin *plugin, KTextEdi
// We have to call this in the next iteration of the event loop, after the session is restored
QTimer
::
singleShot
(
0
,
this
,
[
this
]()
{
m_mainWindow
->
hideToolView
(
m_toolView
);
m_mainWindow
->
hideToolView
(
m_gitToolView
);
m_mainWindow
->
hideToolView
(
m_gitToolView
.
get
()
);
m_mainWindow
->
hideToolView
(
m_toolInfoView
);
if
(
m_toolMultiView
)
{
m_mainWindow
->
hideToolView
(
m_toolMultiView
);
...
...
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