Fixed an issue when dragging minimap that caused the UI to not respond to mouse events.

ecode: Added more LSP servers support (bash, HTML, Docker). Added textDocument/references message.
This commit is contained in:
Martín Lucas Golini
2023-01-28 13:47:21 -03:00
parent eb4943f1bd
commit 7dfe5ec6a4
6 changed files with 74 additions and 16 deletions

View File

@@ -847,6 +847,8 @@ class EE_API UICodeEditor : public UIWidget, public TextDocument::Client {
bool topSpaceExists( UICodeEditorPlugin* plugin ) const;
bool createContextMenu();
bool stopMinimapDragging( const Vector2f& mousePos );
};
}} // namespace EE::UI