mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:50:04 +00:00
Load archived warnings when making a timeline selection
This commit is contained in:
parent
e4fc13aa92
commit
cc54e4d834
3 changed files with 57 additions and 1 deletions
|
|
@ -1018,6 +1018,7 @@ void MainWindowImpl::ConnectAnimationSignals()
|
|||
for (auto map : maps_)
|
||||
{
|
||||
map->SelectTime(dateTime);
|
||||
textEventManager_->SelectTime(dateTime);
|
||||
QMetaObject::invokeMethod(
|
||||
map, static_cast<void (QWidget::*)()>(&QWidget::update));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue