mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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,
|
NoBarID = -1,
|
||||||
TransportBarID,
|
TransportBarID,
|
||||||
TimerBarID,
|
|
||||||
ToolsBarID,
|
ToolsBarID,
|
||||||
MeterBarID,
|
MeterBarID,
|
||||||
RecordMeterBarID,
|
RecordMeterBarID,
|
||||||
@ -82,7 +81,8 @@ enum
|
|||||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||||
SpectralSelectionBarID,
|
SpectralSelectionBarID,
|
||||||
#endif
|
#endif
|
||||||
ToolBarCount
|
TimerBarID,
|
||||||
|
ToolBarCount
|
||||||
};
|
};
|
||||||
|
|
||||||
// How may pixels padding each side of a floating toolbar
|
// How may pixels padding each side of a floating toolbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user