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

Update slider in tracks on theme change.

This commit is contained in:
James Crook
2017-04-05 20:16:12 +01:00
parent 419b790235
commit fefc856901
7 changed files with 45 additions and 15 deletions

View File

@@ -92,6 +92,7 @@ class AUDACITY_DLL_API TrackInfo
public:
TrackInfo(TrackPanel * pParentIn);
~TrackInfo();
void ReCreateSliders();
private:
int CalcItemY( int iItem ) const;
@@ -172,6 +173,7 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
virtual void DeleteMenus(void);
virtual void UpdatePrefs();
virtual void ApplyUpdatedTheme();
virtual void OnPaint(wxPaintEvent & event);
virtual void OnMouseEvent(wxMouseEvent & event);