mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Add layers in order defined by the layer manager
This commit is contained in:
parent
3392a9a402
commit
cc0c82bbd2
3 changed files with 176 additions and 63 deletions
|
|
@ -650,7 +650,7 @@ void MainWindowImpl::ConfigureMapLayout()
|
|||
{
|
||||
if (maps_.at(mapIndex) == nullptr)
|
||||
{
|
||||
maps_[mapIndex] = new map::MapWidget(settings_);
|
||||
maps_[mapIndex] = new map::MapWidget(mapIndex, settings_);
|
||||
}
|
||||
|
||||
hs->addWidget(maps_[mapIndex]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue