diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 6b373985..40b42610 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -90,7 +90,7 @@ View::View( void(*cbMainThread)(std::function, bool), FileRead& f, ImFon InitMemory(); InitTextEditor( fixedWidth ); - m_vd.zvStart = 0; + m_vd.zvStart = m_worker.GetFirstTime(); m_vd.zvEnd = m_worker.GetLastTime(); m_userData.StateShouldBePreserved(); m_userData.LoadState( m_vd );