mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Unreveal timer runs forever!!!
.. should have been a single shot !
This commit is contained in:
@@ -821,7 +821,8 @@ GcChartWindow:: reveal()
|
||||
void GcChartWindow:: unreveal()
|
||||
{
|
||||
_unrevealAnim->start();
|
||||
_unrevealTimer->start(150);
|
||||
_unrevealTimer->setSingleShot(150);
|
||||
//_unrevealTimer->start(150);
|
||||
}
|
||||
|
||||
void GcChartWindow:: hideRevealControls()
|
||||
|
||||
Reference in New Issue
Block a user