- hintbox: setDelay() prototype v2

Signed-off-by: Thilo Graf <dbt@novatux.de>

see commit message at: - change some hintboxes
This commit is contained in:
svenhoefer
2021-09-30 21:59:00 +02:00
committed by Thilo Graf
parent 1cb25e7cd3
commit 887d2f1cb5

View File

@@ -377,7 +377,10 @@ class CHint : public CHintBox
virtual ~CHint()
{
if (delay)
sleep(delay);
{
setTimeOut(delay);
exec();
}
};
};