fix syntax highlighting not refreshing on selected text removal
This commit is contained in:
@@ -293,6 +293,7 @@ bool TextBox::eraseSelected() {
|
||||
}
|
||||
erase(selectionStart, selectionEnd-selectionStart);
|
||||
resetSelection();
|
||||
onInput();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user