mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
make autoscroll a bit easier to use, fix missing measure lines when moving the editor pane, slight optimisation(?) of canvas-simplerect (seems to make a difference to me), fix dirty pixels when moving regions across tracks sometimes. some code cleanup.
git-svn-id: svn://localhost/ardour2/trunk@885 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9b578bfff2
commit
cb17e3cc81
7 changed files with 53 additions and 71 deletions
|
|
@ -87,11 +87,11 @@ class RouteUI : public virtual AxisView
|
|||
|
||||
XMLNode* get_child_xml_node (const string & childname);
|
||||
|
||||
gint mute_press(GdkEventButton*);
|
||||
gint mute_release(GdkEventButton*);
|
||||
gint solo_press(GdkEventButton*);
|
||||
gint solo_release(GdkEventButton*);
|
||||
gint rec_enable_press(GdkEventButton*);
|
||||
bool mute_press(GdkEventButton*);
|
||||
bool mute_release(GdkEventButton*);
|
||||
bool solo_press(GdkEventButton*);
|
||||
bool solo_release(GdkEventButton*);
|
||||
bool rec_enable_press(GdkEventButton*);
|
||||
|
||||
void solo_changed(void*);
|
||||
void mute_changed(void*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue