mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-21 13:41:21 +01:00
Fix old unreported minor bug with vertical rulers of Label tracks...
New project; create a label track; undo; redo. Used to see no vertical ruler.
This commit is contained in:
@@ -70,6 +70,7 @@ Track::Track(const std::shared_ptr<DirManager> &projDirManager)
|
||||
}
|
||||
|
||||
Track::Track(const Track &orig)
|
||||
: vrulerSize( orig.vrulerSize )
|
||||
{
|
||||
mList = NULL;
|
||||
mY = 0;
|
||||
|
||||
Reference in New Issue
Block a user