View Issue Details

IDProjectCategoryView StatusLast Update
0002808ardourbugspublic2020-04-19 20:14
Reporterdrmoore Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0002808: Green drag rectangle is visible after loop or punch range created
DescriptionThis is just a visual glitch but annoying because it sticks around.

New session,
Ctrl click drag to create a transport range - loop/punch
Green rectangles left behind

This does not occur with CD range or range markers
Additional InformationPossible fix attached.
TagsNo tags attached.

Activities

2009-08-03 18:52

 

drag_rectangle_hide_glitch.patch (457 bytes)   
diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc
index d42c3f1..e9fc9b0 100644
--- a/gtk2_ardour/editor_drag.cc
+++ b/gtk2_ardour/editor_drag.cc
@@ -3210,7 +3210,7 @@ RangeMarkerBarDrag::finished (GdkEvent* event, bool movement_occurred)
 		case CreateTransportMarker:
 			// popup menu to pick loop or punch
 			_editor->new_transport_marker_context_menu (&event->button, _item);
-			
+			_drag_rect->hide();
 			break;
 		}
 	} else {

cth103

2009-08-04 18:19

administrator   ~0006481

Fixed in SVN. Thanks!

system

2020-04-19 20:14

developer   ~0021969

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2009-08-03 18:52 drmoore New Issue
2009-08-03 18:52 drmoore File Added: drag_rectangle_hide_glitch.patch
2009-08-04 18:19 cth103 cost => 0.00
2009-08-04 18:19 cth103 Note Added: 0006481
2009-08-04 18:19 cth103 Status new => resolved
2009-08-04 18:19 cth103 Resolution open => fixed
2009-08-04 18:19 cth103 Assigned To => cth103
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:31 cth103 Category bugs2 => bugs
2020-04-19 20:14 system Note Added: 0021969
2020-04-19 20:14 system Status resolved => closed