mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Bug 345 (P2) - Make the device toolbar visible for users coming from a previous version that had it off. Also fix an issue with transport toolbar being pushed to the bottom for these users. Also restore the width for the mixer toolbar, since it is now potentially smaller for users who had multiple input sources in 1.3.12
This commit is contained in:
@@ -81,8 +81,12 @@ BEGIN_EVENT_TABLE(ControlToolBar, ToolBar)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
//Standard constructor
|
||||
// This was called "Control" toolbar in the GUI before - now it is "Transport".
|
||||
// Note that we use the legacy "Control" string as the section because this
|
||||
// gets written to prefs and cannot be changed in prefs to maintain backwards
|
||||
// compatibility
|
||||
ControlToolBar::ControlToolBar()
|
||||
: ToolBar(TransportBarID, _("Transport"), wxT("Transport"))
|
||||
: ToolBar(TransportBarID, _("Transport"), wxT("Control"))
|
||||
{
|
||||
mPaused = false;
|
||||
mSizer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user