#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 24 Aug 2018 19:36:55 +0200
changeset 5896 7ffd5257eaa0
parent 5895 7eb99c8f6368
child 5897 b8fa150313ad
#UI_ENHANCEMENT by cg class: DSVColumnView changed: #selectRowAt:colAt:atPoint:openEditor:
DSVColumnView.st
--- a/DSVColumnView.st	Fri Aug 24 15:43:20 2018 +0200
+++ b/DSVColumnView.st	Fri Aug 24 19:36:55 2018 +0200
@@ -4833,6 +4833,9 @@
 
         editorType := self selectedColumn editorType.
         editorType == #ComboList ifTrue:[ shouldClick := true ].
+        "/ editorType == #ComboBox ifTrue:[ shouldClick := true ].
+        editorType == #CheckToggle ifTrue:[ shouldClick := true ].
+        editorType == #RadioButton ifTrue:[ shouldClick := true ].
         "/ TODO: more heuristics here...
         "/ editorType == #RadioButton ifTrue:[ ].
     ].