diff options
| author | Poommetee Ketson | 2017-10-28 09:35:09 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-10-28 09:35:09 +0700 |
| commit | 9449a34f4f7bf94576778bb29eb19af73f80b3c5 (patch) | |
| tree | 4c54db24f578096fc414de4cf5ed792e98e01031 /editor/project_settings_editor.h | |
| parent | 0c043bc25785f4f9988033848a282ba17afe5b22 (diff) | |
| download | godot-9449a34f4f7bf94576778bb29eb19af73f80b3c5.tar.gz godot-9449a34f4f7bf94576778bb29eb19af73f80b3c5.tar.zst godot-9449a34f4f7bf94576778bb29eb19af73f80b3c5.zip | |
ProjectSettings: show error msg in a label instead
Diffstat (limited to '')
| -rw-r--r-- | editor/project_settings_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_settings_editor.h b/editor/project_settings_editor.h index a86cfee81..dbca15813 100644 --- a/editor/project_settings_editor.h +++ b/editor/project_settings_editor.h @@ -86,6 +86,7 @@ class ProjectSettingsEditor : public AcceptDialog { LineEdit *action_name; Button *action_add; + Label *action_add_error; Tree *input_editor; bool setting; bool updating_translations; |
