Animation widget incorrectly displays auto update disabled when animating

This commit is contained in:
Dan Paulat 2023-06-19 19:08:18 -05:00
parent 93ae58424c
commit 55d9fe1da8
4 changed files with 61 additions and 17 deletions

View file

@ -166,6 +166,8 @@ void TimelineManager::SetViewType(types::MapTime viewType)
// If the selected view type is archive, select using the pinned time
p->SelectTimeAsync(p->pinnedTime_);
}
Q_EMIT ViewTypeUpdated(viewType);
}
void TimelineManager::SetLoopTime(std::chrono::minutes loopTime)