mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +00:00
Open alert dialog when an alert is selected on the map
This commit is contained in:
parent
efb03ab9cc
commit
aec52f940d
7 changed files with 37 additions and 4 deletions
|
|
@ -830,6 +830,10 @@ void MainWindowImpl::ConnectMapSignals()
|
|||
{
|
||||
for (const auto& mapWidget : maps_)
|
||||
{
|
||||
connect(mapWidget,
|
||||
&map::MapWidget::AlertSelected,
|
||||
alertDockWidget_,
|
||||
&ui::AlertDockWidget::SelectAlert);
|
||||
connect(mapWidget,
|
||||
&map::MapWidget::MapParametersChanged,
|
||||
this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue