ColorEditDialog.st
changeset 3527 74f4d5106d99
parent 3519 4fbc55af0d28
child 3578 9965b6b7e99b
--- a/ColorEditDialog.st	Thu Jan 18 17:07:20 2018 +0100
+++ b/ColorEditDialog.st	Thu Jan 18 17:09:06 2018 +0100
@@ -1005,9 +1005,7 @@
 
     copyBufferColor := self window getClipboardObject.
     copyBufferColor isColor ifFalse:[
-        UserPreferences current beepInEditor ifTrue:[                
-            self window beep.
-        ].
+        self window beepInEditor.
         ^ self
     ].
     self color:copyBufferColor