View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002386 | ardour | features | public | 2008-09-10 15:18 | 2011-08-16 11:11 |
| Reporter | colinf | Assigned To | paul | ||
| Priority | normal | Severity | trivial | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | SVN/2.0-ongoing | ||||
| Summary | 0002386: Track sizing handles should show a 'sizing vertically' mouse cursor | ||||
| Description | It'd make it more obvious what the track sizing handles are for if the mouse cursor changed when moved over them. I guess this isn't difficult: when I get a spare moment I'll see if I can't work out how to do it... | ||||
| Tags | No tags attached. | ||||
|
2010-02-22 18:49
|
resize-handle-cursor.patch (426 bytes)
Index: gtk2_ardour/time_axis_view.cc =================================================================== --- gtk2_ardour/time_axis_view.cc (revision 6706) +++ gtk2_ardour/time_axis_view.cc (working copy) @@ -1290,6 +1290,9 @@ win->draw_line (light, 1, 9, w - 1, 9); win->draw_point (light, w - 1, 8); + /* use vertical resize mouse cursor */ + win->set_cursor(Gdk::Cursor(Gdk::SB_V_DOUBLE_ARROW)); + return true; } |
|
|
Attached a (one-liner) patch against 2.0-ongoing which seems to do the right thing. Patch also applies (with some offset) to 3.0 and builds, but I haven't tested it there yet. |
|
|
applied to my codebase. thanks colin. |
|
|
commited for 2.X and 3.0. thanks as usual. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-09-10 15:18 | colinf | New Issue | |
| 2010-02-22 18:49 | colinf | File Added: resize-handle-cursor.patch | |
| 2010-02-22 18:51 | colinf | Note Added: 0007382 | |
| 2010-02-25 17:05 | paul | Note Added: 0007383 | |
| 2010-03-04 21:24 | paul | cost | => 0.00 |
| 2010-03-04 21:24 | paul | Note Added: 0007395 | |
| 2010-03-04 21:24 | paul | Status | new => resolved |
| 2010-03-04 21:24 | paul | Resolution | open => fixed |
| 2010-03-04 21:24 | paul | Assigned To | => paul |
| 2011-08-16 11:11 | colinf | Status | resolved => closed |