diff -r d27e02006468 -r 74f4d5106d99 ColorEditDialog.st --- 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