View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002808 | ardour | bugs | public | 2009-08-03 18:52 | 2020-04-19 20:14 |
| Reporter | drmoore | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0002808: Green drag rectangle is visible after loop or punch range created | ||||
| Description | This 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 Information | Possible fix attached. | ||||
| Tags | No tags attached. | ||||
|
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 {
|
|
|
Fixed in SVN. Thanks! |
|
|
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. |
| 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 |