Update of /cvsroot/audacity/audacity-src/src/widgets
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4032/widgets
Modified Files:
Grid.cpp
Log Message:
Make a small change to column headings in Tag editor to make it a little less
chatty for screen readers and add a small hack to coax Jaws and Window-Eyes to
speak the newly focused cell when pressing enter after editing another cell.
Index: Grid.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Grid.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Grid.cpp 7 Jun 2009 03:01:57 -0000 1.15
+++ Grid.cpp 9 Jun 2009 03:21:42 -0000 1.16
@@ -476,6 +476,11 @@
}
else {
wxGrid::OnKeyDown(event);
+
+ // This looks strange, but what it does is selects the cell when
+ // enter is pressed after editing. Without it, Jaws and
Window-Eyes
+ // do not speak the new cell contents (the one below the edited
one).
+ SetGridCursor(GetGridCursorRow(), GetGridCursorCol());
}
break;
}
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs