mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
moveChildForeground
This commit is contained in:
@@ -714,3 +714,8 @@ void SelectableSlot::setSelectionWidth(int width)
|
||||
selection = std::make_shared<TransparentFilledRectangle>( selection->pos - pos.topLeft(), Colors::TRANSPARENCY, Colors::YELLOW, width);
|
||||
selectSlot(selected);
|
||||
}
|
||||
|
||||
void SelectableSlot::moveSelectionForeground()
|
||||
{
|
||||
moveChildForeground(selection.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user