mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:10:05 +00:00
Use information available during DoMousePicking instead of params from
last render in MapWidget
This commit is contained in:
parent
4038fb2c43
commit
36e8690ad1
6 changed files with 9 additions and 22 deletions
|
|
@ -292,8 +292,6 @@ void OverlayLayer::Render(const QMapLibre::CustomLayerRenderParameters& params)
|
|||
auto& settings = context()->settings();
|
||||
const float pixelRatio = context()->pixel_ratio();
|
||||
|
||||
context()->set_render_parameters(params);
|
||||
|
||||
p->sweepTimePicked_ = false;
|
||||
|
||||
if (radarProductView != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue