ImageEditor.st
changeset 956 dc4df8952e82
parent 951 457d94e33e93
child 958 14088f998b72
--- a/ImageEditor.st	Sat Aug 15 15:34:47 1998 +0200
+++ b/ImageEditor.st	Sat Aug 15 16:03:54 1998 +0200
@@ -1540,6 +1540,9 @@
 mouseKeyColorMode: aMode
     "sets the mouseKeyColorMode to aMode"
 
+    imageEditView isNil ifTrue:[
+        ^ true
+    ].
     ^imageEditView mouseKeyColorMode = aMode
 !