mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix typos in gtk2_ardour/ directory
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sur,te,trough,ue`
This commit is contained in:
parent
7f96255722
commit
364f2f0788
68 changed files with 87 additions and 87 deletions
|
|
@ -876,7 +876,7 @@ Editor::canvas_region_view_name_highlight_event (GdkEvent* event, ArdourCanvas::
|
|||
break;
|
||||
case GDK_MOTION_NOTIFY:
|
||||
motion_handler (item, event);
|
||||
ret = true; // force this to avoid progagating the event into the regionview
|
||||
ret = true; // force this to avoid propagating the event into the regionview
|
||||
break;
|
||||
case GDK_ENTER_NOTIFY:
|
||||
ret = enter_handler (item, event, RegionViewNameHighlight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue