diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-19 21:29:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 21:29:29 +0100 |
commit | 93acaca8ca0ae0cd369aa2ffa1a8f1128a08e42b (patch) | |
tree | 2db3e09ab1c7c24f66731beb8646f3fd53c27f00 /editor/plugins | |
parent | 2797c2a74ce8ab7f8026e8e66296e8f83dc3deed (diff) | |
parent | 718227df6badfacb9525e9968e70cbae28f1c7da (diff) |
Merge pull request #44528 from Janglee123/no-commit-msg-pre-fill
Removed default commit message
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/version_control_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/version_control_editor_plugin.cpp b/editor/plugins/version_control_editor_plugin.cpp index 27ed279edb..64647b51ba 100644 --- a/editor/plugins/version_control_editor_plugin.cpp +++ b/editor/plugins/version_control_editor_plugin.cpp @@ -463,7 +463,6 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() { commit_message->set_v_grow_direction(Control::GrowDirection::GROW_DIRECTION_END); commit_message->set_custom_minimum_size(Size2(200, 100)); commit_message->set_wrap_enabled(true); - commit_message->set_text(TTR("Add a commit message")); commit_box_vbc->add_child(commit_message); commit_button = memnew(Button); |