diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 5fa441c2..95626e1a 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -683,6 +683,8 @@ bool View::DrawImpl() m_frameHover = -1; + DrawFrames(); + const auto dockspaceId = ImGui::GetID( "tracyDockspace" ); ImGui::DockSpace( dockspaceId, ImVec2( 0, 0 ), ImGuiDockNodeFlags_NoDockingInCentralNode ); if( ImGuiDockNode* node = ImGui::DockBuilderGetCentralNode( dockspaceId ) ) @@ -706,7 +708,6 @@ bool View::DrawImpl() #endif } - DrawFrames(); DrawZones(); ImGui::End();