diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 6f2e8338..29dd0546 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -152,6 +152,8 @@ View::View( FileRead& f, ImFont* fixedWidth, ImFont* smallFont, ImFont* bigFont, m_userData.StateShouldBePreserved(); m_userData.LoadState( m_vd ); m_userData.LoadAnnotations( m_annotations ); + + if( m_worker.GetCallstackFrameCount() == 0 ) m_showUnknownFrames = false; } View::~View()