mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
Implement active box using new draw item on draw layers
This commit is contained in:
parent
999d322985
commit
d30b6d4011
13 changed files with 610 additions and 37 deletions
|
|
@ -304,8 +304,8 @@ void MapWidget::AddLayers()
|
|||
p->map_->addCustomLayer("radar", std::move(pHost), before);
|
||||
RadarRangeLayer::Add(
|
||||
p->map_, p->context_->radarProductView_->range(), before);
|
||||
p->map_->addCustomLayer("overlay", std::move(pOverlayHost));
|
||||
p->map_->addCustomLayer("colorTable", std::move(pColorTableHost));
|
||||
p->map_->addCustomLayer("overlay", std::move(pOverlayHost));
|
||||
}
|
||||
|
||||
void MapWidget::keyPressEvent(QKeyEvent* ev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue