diff --git a/server/TracyView.cpp b/server/TracyView.cpp index c40f5355..30d41d03 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6287,6 +6287,7 @@ void View::DrawZoneInfoWindow() if( !GetZoneRunningTime( ctx, ev, time, cnt ) ) { TextDisabledUnformatted( "Incomplete context switch data." ); + m_timeDist.dataValidFor = nullptr; } else {