Skip to content
Snippets Groups Projects
Commit 8088ca2c authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Stop fighting over which mouse cursor to show on text editor

The BaseTextEditor was unconditionally setting the mouse cursor on each
mouse move event, after which the CPPEditor would set it as well when
the mouse was above a link. This caused some mouse cursor flickering, so
now the cursor is only set when it's supposed to change.

Also fixed an issue where the link wasn't removed when leaving the text
editor with the mouse while Ctrl was pressed.
parent 424dd77e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment