mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Prevent unnecessary recomputation of horizontal zoom parameters after a summary move drag.
git-svn-id: svn://localhost/ardour2/branches/3.0@9341 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
41d0052d19
commit
7c7853e4ff
2 changed files with 54 additions and 32 deletions
|
|
@ -69,8 +69,10 @@ private:
|
|||
void render (cairo_t *);
|
||||
void render_region (RegionView*, cairo_t*, double) const;
|
||||
void get_editor (std::pair<double, double> *, std::pair<double, double> *) const;
|
||||
void set_editor (double, double);
|
||||
void set_editor (std::pair<double, double> const &, double);
|
||||
void set_editor (std::pair<double, double> const &, std::pair<double, double> const &);
|
||||
void set_editor_x (double);
|
||||
void set_editor_x (std::pair<double, double> const &);
|
||||
void set_editor_y (double);
|
||||
void set_editor_y (std::pair<double, double> const &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue