mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-28 17:05:09 +01:00
Registration of toolbar factory functions...
... reduces direct dependencies of ToolManager.cpp. This frees four files from cycles: DeviceToolBar EditToolBar MeterToolBar MixerToolBar Leaving 66 files still in the big s.c.c.
This commit is contained in:
@@ -980,3 +980,7 @@ void TranscriptionToolBar::AdjustPlaySpeed(float adj)
|
||||
OnSpeedSlider(e);
|
||||
}
|
||||
|
||||
static RegisteredToolbarFactory factory{ TranscriptionBarID,
|
||||
[](AudacityProject *){
|
||||
return ToolBar::Holder{ safenew TranscriptionToolBar }; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user