diff options
author | rtk0c <[email protected]> | 2021-04-17 17:31:47 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-17 17:31:47 -0700 |
commit | dca1286661f61e51943863de8ce68849a9578363 (patch) | |
tree | ada6c32fdf9ebf11a2b302398e8de28f57e3de8a /core/src/UI | |
parent | 4e5730e1fcef150ce2f13f52a278890589ca96ad (diff) |
Initial work on one-to-many/many-to-one connections
Diffstat (limited to 'core/src/UI')
-rw-r--r-- | core/src/UI/UI_MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/UI/UI_MainWindow.cpp b/core/src/UI/UI_MainWindow.cpp index f1d1e5e..001c2b8 100644 --- a/core/src/UI/UI_MainWindow.cpp +++ b/core/src/UI/UI_MainWindow.cpp @@ -223,7 +223,7 @@ void UI::MainWindow() { ImGui::EndTabItem(); } - if (ImGui::BeginTabItem()) { + if (ImGui::BeginTabItem(ls->WorkflowsTab.Get())) { UI::WorkflowsTab(); ImGui::EndTabItem(); } |