changeset 1334:5e2ec37d1680

Attempt to make dw_container_cursor() scroll to the item on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 13 Nov 2011 08:16:36 +0000
parents c993df7ffdd8
children 44f8a846f3c1
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Sun Nov 13 04:51:14 2011 +0000
+++ b/mac/dw.m	Sun Nov 13 08:16:36 2011 +0000
@@ -6273,6 +6273,7 @@
 
             [cont selectRowIndexes:selected byExtendingSelection:YES];
             [selected release];
+            [cont scrollRowToVisible:x];
         }
     }
     DW_MUTEX_UNLOCK;