- hourglass: add defaults for x/y position

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-11-07 21:21:38 +01:00
committed by Thilo Graf
parent 593003c241
commit e8787da651
2 changed files with 5 additions and 3 deletions

View File

@@ -1236,7 +1236,7 @@ int CTestMenu::exec(CMenuTarget *parent, const std::string &actionKey)
}
else if (actionKey == "hourglass")
{
CHourGlass hg(20, 20);
CHourGlass hg;
hg.paint();
sleep(10);
hg.hide();