Fix cursor selection not selecting while hovering over minimap (SpartanJ/ecode#333).

This commit is contained in:
Martín Lucas Golini
2024-09-21 00:34:01 -03:00
parent 2a580e82a2
commit fc527d8e49
3 changed files with 12 additions and 5 deletions

View File

@@ -750,6 +750,7 @@ class EE_API UICodeEditor : public UIWidget, public TextDocument::Client {
bool mDirtyScroll{ false };
bool mCursorVisible{ false };
bool mMouseDown{ false };
bool mMouseDownMinimap{ false };
bool mShowLineNumber{ true };
bool mShowFoldingRegion{ true };
bool mShowWhitespaces{ true };