You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Add undo/redo capabilities to the text control plugin
This commit is contained in:
@@ -70,7 +70,7 @@ class TextControlEditor : public HBoxContainer {
|
||||
|
||||
protected:
|
||||
void _notification(int p_notification);
|
||||
static void _bind_methods(){};
|
||||
static void _bind_methods();
|
||||
|
||||
void _find_resources(EditorFileSystemDirectory *p_dir);
|
||||
void _reload_fonts(const String &p_path);
|
||||
|
||||
Reference in New Issue
Block a user