#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 17:06:34 +0100
changeset 6267 ff6b7f55bc99
parent 6266 7feb5a4f8bf1
child 6268 3d8b11c7df18
#REFACTORING by cg class: SelectionInListView changed: #keyPress:x:y: beep
SelectionInListView.st
--- a/SelectionInListView.st	Thu Jan 18 17:03:53 2018 +0100
+++ b/SelectionInListView.st	Thu Jan 18 17:06:34 2018 +0100
@@ -2558,9 +2558,7 @@
                 stillSearching := index0 notNil and:[index ~= index0]
             ].
             (index0 notNil and:[index isNil or:[index > index0]]) ifTrue:[
-                UserPreferences current beepInEditor ifTrue:[                
-                    self beep      "/ wrapped
-                ].  
+                self beepInEditor
             ].   
             self key:key select:index x:x y:y shifted:shifted.
             ^ self