mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +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