diff --git a/server/TracyView.cpp b/server/TracyView.cpp index f7a37c5e..0c1396a2 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1858,6 +1858,7 @@ void View::DrawZones() ImGui::InvisibleButton( "##zones", ImVec2( w, h ) ); bool hover = ImGui::IsItemHovered(); + draw = ImGui::GetWindowDrawList(); if( hover ) {