mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-28 15:38:48 +01:00
Bug 1861 - SplitLabels command fails in Macros
This commit is contained in:
@@ -801,7 +801,8 @@ bool MacroCommands::ApplyCommandInBatchMode( const wxString &friendlyCommand,
|
||||
const wxString & command, const wxString ¶ms)
|
||||
{
|
||||
AudacityProject *project = GetActiveProject();
|
||||
|
||||
// Recalc flags and enable items that may have become enabled.
|
||||
project->UpdateMenus(false);
|
||||
// enter batch mode...
|
||||
bool prevShowMode = project->GetShowId3Dialog();
|
||||
auto cleanup = finally( [&] {
|
||||
|
||||
Reference in New Issue
Block a user