diff --git a/build/bin/imgui.ini b/build/bin/imgui.ini index e4db645..fb66849 100644 --- a/build/bin/imgui.ini +++ b/build/bin/imgui.ini @@ -24,8 +24,8 @@ Pos=68,96 Size=740,472 [Window][Set data position] -Pos=0,670 -Size=800,30 +Pos=0,732 +Size=924,30 [Window][Dear ImGui Demo/ResizableChild_478B81A3] IsChild=1 @@ -40,10 +40,10 @@ Pos=60,60 Size=353,1005 [Window][Set visualization plane] -Pos=400,0 +Pos=524,0 Size=400,30 [Window][Set time multiplier] -Pos=400,640 +Pos=524,702 Size=400,30 diff --git a/build/bin/mainV10.exe b/build/bin/mainV10.exe index 9a73483..34c50b8 100644 Binary files a/build/bin/mainV10.exe and b/build/bin/mainV10.exe differ diff --git a/src/sfml_util.cpp b/src/sfml_util.cpp index 2e065e4..2b7118e 100644 --- a/src/sfml_util.cpp +++ b/src/sfml_util.cpp @@ -287,14 +287,12 @@ void handle_resize(const sf::Event::Resized &resized, State &gs) /// Graphics void doGUI(State &gs) { - // TODO: here code to display the menus //Bottoni sf::Time elapsed = gs.clock.restart(); unsigned int zero = 0; ImGui::SFML::Update(gs.window, elapsed); - ImGui::ShowDemoWindow(); //Finestra gestione posizione nei dati ImGuiWindowFlags sdp_flags = ImGuiWindowFlags_NoMove|