From 54bac64fdb909a239bf00b1450de1d1a55e58a37 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 9 May 2021 01:37:35 -0700 Subject: Remove ##prefix on tab bar and table ids --- core/src/UI/UI_Items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/UI/UI_Items.cpp') 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(); -- cgit v1.2.3-70-g09d2