1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #55352 from YeldhamDev/text_widget_undo

This commit is contained in:
Rémi Verschelde
2022-01-07 15:38:22 +01:00
committed by GitHub
2 changed files with 158 additions and 43 deletions

View File

@@ -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);