mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fixes to pointer constraints when copying in lock edit mode; make them behave the same as when just dragging regions. Fixes some or all of mantis 2573.
git-svn-id: svn://localhost/ardour2/branches/3.0@5825 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
271f298635
commit
960efd79a3
2 changed files with 4 additions and 23 deletions
|
|
@ -194,7 +194,7 @@ protected:
|
|||
);
|
||||
|
||||
TimeAxisViewSummary get_time_axis_view_summary ();
|
||||
virtual bool x_move_allowed () const = 0;
|
||||
bool x_move_allowed () const;
|
||||
|
||||
TimeAxisView* _dest_trackview;
|
||||
ARDOUR::layer_t _dest_layer;
|
||||
|
|
@ -221,8 +221,6 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
bool x_move_allowed () const;
|
||||
|
||||
bool _copy;
|
||||
};
|
||||
|
||||
|
|
@ -233,9 +231,6 @@ public:
|
|||
RegionInsertDrag (Editor *, boost::shared_ptr<ARDOUR::Region>, RouteTimeAxisView*, nframes64_t);
|
||||
|
||||
void finished (GdkEvent *, bool);
|
||||
|
||||
private:
|
||||
bool x_move_allowed () const;
|
||||
};
|
||||
|
||||
/** Region drag in splice mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue