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