View Issue Details

IDProjectCategoryView StatusLast Update
0002386ardourfeaturespublic2011-08-16 11:11
Reportercolinf Assigned Topaul  
PrioritynormalSeveritytrivialReproducibilityN/A
Status closedResolutionfixed 
Product VersionSVN/2.0-ongoing 
Summary0002386: Track sizing handles should show a 'sizing vertically' mouse cursor
DescriptionIt'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...
TagsNo tags attached.

Activities

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;
 }
 
resize-handle-cursor.patch (426 bytes)   

colinf

2010-02-22 18:51

updater   ~0007382

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.

paul

2010-02-25 17:05

administrator   ~0007383

applied to my codebase. thanks colin.

paul

2010-03-04 21:24

administrator   ~0007395

commited for 2.X and 3.0. thanks as usual.

Issue History

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