mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
don't show frame trim handles when in internal editing mode
This commit is contained in:
parent
52cfbb45e1
commit
1beed21c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ TimeAxisViewItem::set_trim_handle_colors()
|
|||
bool
|
||||
TimeAxisViewItem::frame_handle_crossing (GdkEvent* ev, ArdourCanvas::Rectangle* item)
|
||||
{
|
||||
if (trackview.editor().effective_mouse_mode() == Editing::MouseObject) {
|
||||
if (trackview.editor().effective_mouse_mode() == Editing::MouseObject && !trackview.editor().internal_editing()) {
|
||||
switch (ev->type) {
|
||||
case GDK_LEAVE_NOTIFY:
|
||||
item->set_fill (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue