Implement UISlider (#79)

* Implement UISlider

* Use proper enum type for the left and right arrow key constants
This commit is contained in:
pryon 2023-11-12 17:39:22 +01:00 committed by GitHub
parent 64429232f8
commit 177702d027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 484 additions and 36 deletions

View file

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