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
d7448c31
Commit
d7448c31
authored
Nov 01, 2022
by
Waqar Ahmed
Browse files
Fix assert
parent
bdfe92d4
Pipeline
#259258
failed with stage
in 18 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateviewmanager.cpp
View file @
d7448c31
...
...
@@ -1006,7 +1006,7 @@ void KateViewManager::closeView(KTextEditor::View *view)
void
KateViewManager
::
moveViewToViewSpace
(
KateViewSpace
*
dest
,
KateViewSpace
*
src
,
DocOrWidget
docOrWidget
)
{
// We always have an active view at this point which is what we are moving
Q_ASSERT
(
activeView
());
Q_ASSERT
(
activeView
()
||
activeViewSpace
()
->
currentWidget
()
);
// Are we trying to drop into some other mainWindow of current app session?
// shouldn't happen, but just a safe guard
...
...
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