refresh syntax on undo/redo TextBox actions
This commit is contained in:
parent
4c493aff25
commit
433c12a17a
@ -870,9 +870,11 @@ void TextBox::keyPressed(keycode key) {
|
|||||||
}
|
}
|
||||||
if (key == keycode::Z) {
|
if (key == keycode::Z) {
|
||||||
historian->undo();
|
historian->undo();
|
||||||
|
refreshSyntax();
|
||||||
}
|
}
|
||||||
if (key == keycode::Y) {
|
if (key == keycode::Y) {
|
||||||
historian->redo();
|
historian->redo();
|
||||||
|
refreshSyntax();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user