Dim timeline before first time.

This commit is contained in:
Bartosz Taudul 2023-03-03 22:25:07 +01:00
parent b7cefe816e
commit 3ed543a1b7
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -291,7 +291,7 @@ void View::DrawTimeline()
}
{
const auto tbegin = 0;
const auto tbegin = m_worker.GetFirstTime();
const auto tend = m_worker.GetLastTime();
if( tbegin > m_vd.zvStart )
{