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
6fab011c
Commit
6fab011c
authored
Jan 25, 2021
by
Christoph Cullmann
🐮
Browse files
restore configure behavior
parent
1c327f37
Changes
1
Hide whitespace changes
Inline
Side-by-side
kate/kateviewspace.cpp
View file @
6fab011c
...
...
@@ -580,6 +580,9 @@ void KateViewSpace::restoreConfig(KateViewManager *viewMan, const KConfigBase *c
m_tabBar
->
hide
();
m_tabBar
->
show
();
// set back bar status to configured variant
tabBarToggled
();
// restore Document lru list so that all tabs from the last session reappear
const
QStringList
lruList
=
group
.
readEntry
(
"Documents"
,
QStringList
());
for
(
int
i
=
0
;
i
<
lruList
.
size
();
++
i
)
{
...
...
Christoph Cullmann
🐮
@cullmann
mentioned in merge request
!199 (merged)
·
Jan 25, 2021
mentioned in merge request
!199 (merged)
mentioned in merge request !199
Toggle commit list
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