mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Bug1239: Correct time rulers after importing files (with File>Open) ...
... The fisheye stuff was to blame.
This commit is contained in:
@@ -27,7 +27,7 @@ class TimeTrack: public Track {
|
||||
|
||||
public:
|
||||
|
||||
TimeTrack(DirManager * projDirManager);
|
||||
TimeTrack(DirManager * projDirManager, const ZoomInfo *zoomInfo);
|
||||
/** @brief Copy-Constructor - create a new TimeTrack:: which is an independent copy of the original
|
||||
*
|
||||
* Calls TimeTrack::Init() to copy the track metadata, then does a bunch of manipulations on the
|
||||
@@ -117,6 +117,7 @@ class TimeTrack: public Track {
|
||||
void testMe();
|
||||
|
||||
private:
|
||||
const ZoomInfo *const mZoomInfo;
|
||||
Envelope *mEnvelope;
|
||||
Ruler *mRuler;
|
||||
double mRangeLower;
|
||||
|
Reference in New Issue
Block a user