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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user