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

ShuttleGui::AddSpace takes prop argument...

... This will be needed to rewrite EffectRack
This commit is contained in:
Paul Licameli
2017-10-26 23:34:42 -04:00
parent f825c32a50
commit 7d38500ecf
2 changed files with 7 additions and 4 deletions

View File

@@ -714,7 +714,7 @@ public:
void AddStandardButtons(
long buttons = eOkButton | eCancelButton, wxWindow *extra = NULL );
wxSizerItem * AddSpace( int width, int height );
wxSizerItem * AddSpace( int width, int height, int prop = 0 );
wxSizerItem * AddSpace( int size ) { return AddSpace( size, size ); };
// Calculate width of a choice control adequate for the items, maybe after