From 727d0467ac1e5a82110706174db67c8d16a708a9 Mon Sep 17 00:00:00 2001 From: GhostofCookie Date: Fri, 10 Jan 2025 15:24:32 -0500 Subject: [PATCH] Updating UI. --- src/main.cpp | 4 ++-- third_party/cxxopts | 2 +- third_party/flow-ui | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index bc20507..c87c9d4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -114,13 +114,13 @@ int main(int argc, char** argv) { using namespace flow::ui; - app.AddDockspace("PropertySpace", DefaultDockspace, 0.25f, DockspaceSplitDirection::Left); app.AddDockspace("MiscSpace", DefaultDockspace, 0.25f, DockspaceSplitDirection::Down); auto property_window = std::make_shared(app.GetEnv()); app.OnActiveGraphChanged.Bind(flow::IndexableName{property_window->GetName()}, [=](const auto& g) { property_window->SetCurrentGraph(g); }); - app.AddWindow(property_window, "PropertySpace"); + + app.AddWindow(property_window, PropertyDockspace); app.Run(); } diff --git a/third_party/cxxopts b/third_party/cxxopts index 10a7a64..f029892 160000 --- a/third_party/cxxopts +++ b/third_party/cxxopts @@ -1 +1 @@ -Subproject commit 10a7a647791fa3a24ec4f572f2573a6e0aaa881b +Subproject commit f029892dab60526184ee42ae63a7f6d19a6b0e49 diff --git a/third_party/flow-ui b/third_party/flow-ui index 489eb56..b463e31 160000 --- a/third_party/flow-ui +++ b/third_party/flow-ui @@ -1 +1 @@ -Subproject commit 489eb561ee063c9173fbd3ba9ed509982a942ae0 +Subproject commit b463e31d69afe437d2abeab37b4139257104301a