1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

TrackPanel no longer implements the zoom tool...

... Also changed the behavior of drawing of dashed lines: make them
disappear when they approach close enough that right-up will zoom out,
not in.
This commit is contained in:
Paul Licameli
2015-07-07 16:39:54 -04:00
committed by Paul Licameli
parent cba51e1bf8
commit 85c03bb3b3
10 changed files with 309 additions and 149 deletions

View File

@@ -582,6 +582,8 @@ audacity_SOURCES = \
tracks/ui/TrackUI.cpp \
tracks/ui/TrackVRulerControls.cpp \
tracks/ui/TrackVRulerControls.h \
tracks/ui/ZoomHandle.cpp \
tracks/ui/ZoomHandle.h \
widgets/AButton.cpp \
widgets/AButton.h \
widgets/ASlider.cpp \