mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
A different fix for record crash, use pixfufs instead of canvas text in markers, use leftmost_frame instead of querying canvas coords when scrolling (speeds up canvas scrolling somewhat), remove old include, remove first_action_message and some other unused methods.
git-svn-id: svn://localhost/ardour2/branches/3.0@5108 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d1ee2a06ca
commit
882e3a690a
9 changed files with 113 additions and 99 deletions
|
|
@ -592,7 +592,6 @@ class Editor : public PublicEditor
|
|||
|
||||
ArdourCanvas::Canvas* track_canvas;
|
||||
|
||||
ArdourCanvas::Text* first_action_message;
|
||||
ArdourCanvas::Text* verbose_canvas_cursor;
|
||||
bool verbose_cursor_visible;
|
||||
|
||||
|
|
@ -897,8 +896,6 @@ class Editor : public PublicEditor
|
|||
void tie_vertical_scrolling ();
|
||||
void scroll_canvas_horizontally ();
|
||||
void scroll_canvas_vertically ();
|
||||
void canvas_horizontally_scrolled ();
|
||||
void canvas_scroll_to (nframes64_t);
|
||||
|
||||
struct VisualChange {
|
||||
enum Type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue