mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Bug 1837 - Unable to set empty track name
Also AudacityCommand dialogs now only show help button if there is help. Also Track only shows track name over it, if there is a track name.
This commit is contained in:
@@ -274,7 +274,9 @@ AudacityCommandDialog::AudacityCommandDialog(wxWindow * parent,
|
||||
mType = type;
|
||||
wxASSERT( pCommand );
|
||||
mpCommand = pCommand;
|
||||
mAdditionalButtons = additionalButtons |eCancelButton | eHelpButton;
|
||||
mAdditionalButtons = additionalButtons |eCancelButton;
|
||||
if( !pCommand->ManualPage().IsEmpty() )
|
||||
mAdditionalButtons |= eHelpButton;
|
||||
}
|
||||
|
||||
bool AudacityCommandDialog::Init()
|
||||
|
Reference in New Issue
Block a user