[Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface.
Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows.
This commit is contained in:
@ -483,5 +483,8 @@ ShaderGlobalsEditor::ShaderGlobalsEditor() {
|
||||
}
|
||||
|
||||
ShaderGlobalsEditor::~ShaderGlobalsEditor() {
|
||||
if (is_visible_in_tree()) {
|
||||
inspector->edit(nullptr);
|
||||
}
|
||||
memdelete(interface);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user