mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Optional parameters now working.
This commit is contained in:
committed by
Paul Licameli
parent
c02a29e261
commit
2180379a18
@@ -2044,6 +2044,12 @@ ShuttleGui & ShuttleGui::Id(int id )
|
||||
return *this;
|
||||
}
|
||||
|
||||
ShuttleGui & ShuttleGui::Optional( bool &bVar ){
|
||||
TieCheckBox( "Set", bVar );
|
||||
return *this;
|
||||
};
|
||||
|
||||
|
||||
GuiWaveTrack * ShuttleGui::AddGuiWaveTrack( const wxString & WXUNUSED(Name))
|
||||
{
|
||||
#ifdef EXPERIMENTAL_TRACK_PANEL
|
||||
|
||||
Reference in New Issue
Block a user