mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 08:57:41 +01:00
disambiguate another use of Rect on OS X
This commit is contained in:
parent
d9cee7a6d6
commit
a7a6de2021
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ bool
|
|||
Editor::canvas_scroll_event (GdkEventScroll *event, bool from_canvas)
|
||||
{
|
||||
if (from_canvas) {
|
||||
boost::optional<Rect> rulers = _time_markers_group->bounding_box();
|
||||
boost::optional<ArdourCanvas::Rect> rulers = _time_markers_group->bounding_box();
|
||||
if (rulers && rulers->contains (Duple (event->x, event->y))) {
|
||||
return canvas_ruler_event ((GdkEvent*) event, timecode_ruler, TimecodeRulerItem);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue