View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000762 | ardour | bugs | public | 2004-11-10 03:17 | 2008-11-20 23:38 |
| Reporter | nmains | Assigned To | paul | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000762: unable to select 'snap to smpte frames' | ||||
| Description | selecting smpte frames as the snap type results in the snap type being set to 'none'. | ||||
| Additional Information | this patchlet fixes the buglet. | ||||
| Tags | No tags attached. | ||||
|
2004-11-10 03:17
|
snap_bugletje.diff (474 bytes)
--- ../Desktop/ardour/gtk_ardour/editor.cc 2004-10-28 13:59:35.000000000 +1000
+++ gtk_ardour/editor.cc 2004-11-10 14:18:09.000000000 +1100
@@ -3799,6 +3799,8 @@
snaptype = SnapToRegionBoundary;
} else if (choice == _("Region syncs")) {
snaptype = SnapToRegionSync;
+ } else if (choice == _("SMPTE Frames")) {
+ snaptype = SnapToSMPTEFrame;
} else if (choice == _("SMPTE Seconds")) {
snaptype = SnapToSMPTESeconds;
} else if (choice == _("SMPTE Minutes")) {
|
|
|
patch applied to paul's code; CVS commit later today. thanks for the patch. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-11-10 03:17 | nmains | New Issue | |
| 2004-11-10 03:17 | nmains | File Added: snap_bugletje.diff | |
| 2004-11-15 12:45 | paul | Status | new => resolved |
| 2004-11-15 12:45 | paul | Resolution | open => fixed |
| 2004-11-15 12:45 | paul | Assigned To | => paul |
| 2004-11-15 12:45 | paul | Note Added: 0001595 | |
| 2008-11-20 23:38 | seablade | Status | resolved => closed |