1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Tidy up of code. Moved preferences menu to end of meter. Fixed memory leaks on some bitmaps.

This commit is contained in:
james.k.crook@gmail.com
2014-11-09 16:44:07 +00:00
parent 8bd3891561
commit 24a636d6ea
4 changed files with 43 additions and 54 deletions

View File

@@ -203,7 +203,7 @@ class Meter : public wxPanel
#endif
void OnFloat(wxCommandEvent &evt);
void OnPreferences(wxCommandEvent &evt);
void SetBarClip( int iBar );
void DrawMeterBar(wxDC &dc, MeterBar *meterBar);
void ResetBar(MeterBar *bar, bool resetClipping);
void RepaintBarsNow();