manual fixups after rebase against master (GUI edition)
This commit is contained in:
@@ -202,7 +202,7 @@ AutomationRegionView::add_automation_event (GdkEvent *, timepos_t const & w, dou
|
||||
assert (mc);
|
||||
y = mc->user_double ();
|
||||
} else {
|
||||
y = c->list()->eval (when_d);
|
||||
y = c->list()->eval (when);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -627,7 +627,7 @@ public:
|
||||
void finished (GdkEvent *, bool);
|
||||
void aborted (bool);
|
||||
|
||||
void setup_pointer_sample_offset ();
|
||||
void setup_pointer_offset ();
|
||||
|
||||
bool allow_vertical_autoscroll () const {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user