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

VCS: Don't assume Commit tab will stay at default location

This commit is contained in:
ChronicallySerious
2022-05-25 02:22:02 +05:30
parent c7d2805fec
commit da563916e6
2 changed files with 5 additions and 3 deletions

View File

@@ -98,7 +98,6 @@ private:
HashMap<EditorVCSInterface::ChangeType, Color> change_type_to_color;
HashMap<EditorVCSInterface::ChangeType, Ref<Texture>> change_type_to_icon;
TabContainer *dock_vbc;
VBoxContainer *version_commit_dock;
Tree *staged_files;
Tree *unstaged_files;