Skip to content
GitLab
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
1d0f576f
Commit
1d0f576f
authored
Nov 01, 2022
by
Waqar Ahmed
Browse files
Fix crash when closing widget
parent
d7448c31
Pipeline
#259285
failed with stage
in 5 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateviewspace.cpp
View file @
1d0f576f
...
...
@@ -768,8 +768,9 @@ void KateViewSpace::closeTabRequest(int idx)
// if this was the last doc, let viewManager know we are empty
if
(
m_registeredDocuments
.
isEmpty
()
&&
m_tabBar
->
count
()
==
0
)
{
Q_EMIT
viewSpaceEmptied
(
this
);
}
else
{
documentCreatedOrDeleted
(
nullptr
);
}
documentCreatedOrDeleted
(
nullptr
);
}
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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