Fixed widget position

This commit is contained in:
OM 2023-05-16 16:23:13 +02:00
parent c36757be06
commit d1d87edaa1
2 changed files with 96 additions and 88 deletions

View file

@ -157,6 +157,8 @@ void Menu::ShowMenu
{
wid->setShow( true );
wid->ResetMotion( MOTION_IN );
wid->UpdateData();
wid->UpdateUIElement();
wid->ExecuteShowCommands();
}
}