aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI_DatabaseView.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-05-09 01:37:35 -0700
committerrtk0c <[email protected]>2021-05-09 01:37:35 -0700
commit54bac64fdb909a239bf00b1450de1d1a55e58a37 (patch)
tree61fce65c76738cf90594921f0958f7d4a23ee4d6 /core/src/UI/UI_DatabaseView.cpp
parente637e165ebc5bf14e7a9b12d6b518203eb02759e (diff)
Remove ##prefix on tab bar and table ids
Diffstat (limited to 'core/src/UI/UI_DatabaseView.cpp')
-rw-r--r--core/src/UI/UI_DatabaseView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/UI/UI_DatabaseView.cpp b/core/src/UI/UI_DatabaseView.cpp
index bc65080..fb7fdfe 100644
--- a/core/src/UI/UI_DatabaseView.cpp
+++ b/core/src/UI/UI_DatabaseView.cpp
@@ -662,7 +662,7 @@ void UI::DatabaseViewTab()
purchases.OnProjectChanged(currentProject);
}
- if (ImGui::BeginTabBar("##DatabaseViewTabs")) {
+ if (ImGui::BeginTabBar("DatabaseViewTabs")) {
if (ImGui::BeginTabItem(ls->SalesViewTab.Get())) {
sales.Display();
ImGui::EndTabItem();