mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- hourglass: add defaults for x/y position
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user