1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-23 17:11:13 +01:00

Now have three varieties of the Meter Toolbar.

We have separate record and play meters.  The original kind of meter is now called a combined meter.  I've kept it because it can be useful when undocked if you do want both meters.  I've also fixed it so that if made very narrow the meters stack vertically just as they already did horizontally.
This commit is contained in:
james.k.crook@gmail.com
2014-10-24 16:42:46 +00:00
parent 0ce9f5ad16
commit fbbab2ce1b
10 changed files with 236 additions and 114 deletions

View File

@@ -57,7 +57,7 @@ class ToolManager:public wxEvtHandler
bool IsVisible( int type );
void ShowHide( int type );
void Hide( int type );
void Expose( int type, bool show );
ToolBar *GetToolBar( int type ) const;