mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Make marker layer emit NeedsRendering on updating markers
This commit is contained in:
parent
ee998232f7
commit
a82e379f9b
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ void MarkerLayer::Impl::ReloadMarkers()
|
|||
}
|
||||
|
||||
geoIcons_->FinishIcons();
|
||||
Q_EMIT self_->NeedsRendering();
|
||||
}
|
||||
|
||||
MarkerLayer::MarkerLayer(const std::shared_ptr<MapContext>& context) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue