1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Bug 1401 - Wait for window visibility before starting timer

This commit is contained in:
Darrell Walisser
2017-02-25 16:16:42 -05:00
parent ebd767f81b
commit 43291687a5
2 changed files with 21 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
virtual double GetMostRecentXPos();
virtual void OnIdle(wxIdleEvent & event);
virtual void OnTimer(wxTimerEvent& event);
virtual int GetLeftOffset() const { return GetLabelWidth() + 1;}