1
0
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:
Paul Licameli
2017-06-25 01:14:48 -04:00
parent a0a6d33b4b
commit c48bf4f37d

View File

@@ -70,6 +70,7 @@ Track::Track(const std::shared_ptr<DirManager> &projDirManager)
}
Track::Track(const Track &orig)
: vrulerSize( orig.vrulerSize )
{
mList = NULL;
mY = 0;