mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
New toolbar id at the end of the enumeration, to be safe...
... in case toolbar ids persisted anywhere
This commit is contained in:
parent
93c5bfd86d
commit
b7a9e55fa9
@ -68,7 +68,6 @@ enum
|
||||
{
|
||||
NoBarID = -1,
|
||||
TransportBarID,
|
||||
TimerBarID,
|
||||
ToolsBarID,
|
||||
MeterBarID,
|
||||
RecordMeterBarID,
|
||||
@ -82,7 +81,8 @@ enum
|
||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||
SpectralSelectionBarID,
|
||||
#endif
|
||||
ToolBarCount
|
||||
TimerBarID,
|
||||
ToolBarCount
|
||||
};
|
||||
|
||||
// How may pixels padding each side of a floating toolbar
|
||||
|
Loading…
x
Reference in New Issue
Block a user