diff --git a/server/TracyView.cpp b/server/TracyView.cpp index b04cd290..2d3bf604 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3980,6 +3980,10 @@ void View::DrawContextSwitches( const ContextSwitch* ctx, const Vectorcallstack.Val() ); + if( ImGui::IsMouseClicked( 0 ) ) + { + m_callstackInfoWindow = sdit->callstack.Val(); + } } } ImGui::EndTooltip();