diff options
author | rtk0c <[email protected]> | 2021-05-09 01:37:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-05-09 01:37:35 -0700 |
commit | 54bac64fdb909a239bf00b1450de1d1a55e58a37 (patch) | |
tree | 61fce65c76738cf90594921f0958f7d4a23ee4d6 /core/src/UI/UI_Items.cpp | |
parent | e637e165ebc5bf14e7a9b12d6b518203eb02759e (diff) |
Remove ##prefix on tab bar and table ids
Diffstat (limited to 'core/src/UI/UI_Items.cpp')
-rw-r--r-- | core/src/UI/UI_Items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/UI/UI_Items.cpp b/core/src/UI/UI_Items.cpp index 8633c1f..7ed8f80 100644 --- a/core/src/UI/UI_Items.cpp +++ b/core/src/UI/UI_Items.cpp @@ -243,7 +243,7 @@ void UI::ItemsTab() auto ls = LocaleStrings::Instance.get(); auto& uis = UIState::GetInstance(); - if (ImGui::BeginTabBar("##ItemViewTabs")) { + if (ImGui::BeginTabBar("ItemViewTabs")) { if (ImGui::BeginTabItem(ls->ProductCategoryName.Get())) { ItemListEditor(uis.CurrentProject->Products); ImGui::EndTabItem(); |