Prevent passing events from CodeEdit to TextEdit when code completion is active
This commit is contained in:
parent
d3415ae5aa
commit
ff98395556
2 changed files with 28 additions and 2 deletions
|
|
@ -211,6 +211,7 @@ private:
|
|||
bool code_completion_active = false;
|
||||
bool is_code_completion_scroll_hovered = false;
|
||||
bool is_code_completion_scroll_pressed = false;
|
||||
bool is_code_completion_drag_started = false;
|
||||
Vector<ScriptLanguage::CodeCompletionOption> code_completion_options;
|
||||
int code_completion_line_ofs = 0;
|
||||
int code_completion_current_selected = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue