mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix cursor selection not selecting while hovering over minimap (SpartanJ/ecode#333).
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user