DSVColumnView.st
changeset 5517 9acf3fa7e7a8
parent 5447 867fdca4b691
child 5563 9dae00116509
--- a/DSVColumnView.st	Wed Mar 15 20:45:13 2017 +0100
+++ b/DSVColumnView.st	Wed Mar 15 21:29:04 2017 +0100
@@ -4570,7 +4570,7 @@
     ] ifFalse:[
         editView == view ifTrue:[^ self].
     ].
-    view := self detectViewAt:aPoint ignoreInvisible:true.
+    view := self detectViewAt:aPoint ignoreInvisible:false.
 
     shouldClick := true.
     "/ when PreselectAllWhenOpeningEditor is true, we should not click into
@@ -4607,6 +4607,7 @@
     ].
 
     "Modified: / 07-09-2011 / 16:08:45 / cg"
+    "Modified: / 15-03-2017 / 21:09:54 / stefan"
 !
 
 selectRowFrom:start to:stop