diff --git a/server/TracyView.cpp b/server/TracyView.cpp index b44eb1b7..ccea8645 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1269,6 +1269,14 @@ void View::DrawZoneInfoWindow() { ZoomToZone( ev ); } + ImGui::SameLine(); + if( ImGui::Button( "Go to parent" ) ) + { + if( ev.parent ) + { + m_zoneInfoWindow = ev.parent; + } + } ImGui::Separator();