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
7e5207f7
Commit
7e5207f7
authored
Jan 30, 2022
by
Waqar Ahmed
Browse files
Make sure to reset drop indicator
parent
60f7e9b2
Pipeline
#130901
passed with stage
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kate/kateviewspace.cpp
View file @
7e5207f7
...
...
@@ -474,6 +474,7 @@ void KateViewSpace::dropEvent(QDropEvent *e)
auto
view
=
m_viewManager
->
activateView
(
doc
);
if
(
view
)
{
view
->
setCursorPosition
({
droppedData
.
value
().
line
,
droppedData
.
value
().
col
});
m_dropIndicator
.
reset
();
e
->
accept
();
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