mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Correctly update hero list on reordering via radial menu
This commit is contained in:
@ -331,6 +331,11 @@ void AdventureMapInterface::onTownOrderChanged()
|
||||
widget->getTownList()->updateWidget();
|
||||
}
|
||||
|
||||
void AdventureMapInterface::onHeroOrderChanged()
|
||||
{
|
||||
widget->getHeroList()->updateWidget();
|
||||
}
|
||||
|
||||
void AdventureMapInterface::onMapTilesChanged(boost::optional<std::unordered_set<int3>> positions)
|
||||
{
|
||||
if (positions)
|
||||
|
Reference in New Issue
Block a user