mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
Animation widget incorrectly displays auto update disabled when animating
This commit is contained in:
parent
93ae58424c
commit
55d9fe1da8
4 changed files with 61 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue