mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Split volume time and selected time
- Volume time to be used for radar product view - Selected time to be used for animated alerts
This commit is contained in:
parent
ca88d60a5d
commit
a41f4b802e
3 changed files with 17 additions and 7 deletions
|
|
@ -697,7 +697,7 @@ void MainWindowImpl::ConnectAnimationSignals()
|
|||
&manager::TimelineManager::AnimationStepEnd);
|
||||
|
||||
connect(timelineManager_.get(),
|
||||
&manager::TimelineManager::TimeUpdated,
|
||||
&manager::TimelineManager::VolumeTimeUpdated,
|
||||
[this](std::chrono::system_clock::time_point dateTime)
|
||||
{
|
||||
for (auto map : maps_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue