checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 17 Aug 1998 10:22:40 +0200
changeset 958 14088f998b72
parent 957 c09018dc6954
child 959 96728cae02c4
checkin from browser
ImageEditor.st
--- a/ImageEditor.st	Mon Aug 17 10:16:19 1998 +0200
+++ b/ImageEditor.st	Mon Aug 17 10:22:40 1998 +0200
@@ -1665,7 +1665,8 @@
         ] ifFalse:[
             quest := 'Keep colormap (or use standard)'
         ].
-        (self confirm:(resources string:quest)) ifTrue:[
+        ((colorMapMode == aMode)
+        or:[self confirm:(resources string:quest)]) ifTrue:[
             "/ keep the colormap
             depth > oldImage depth ifTrue:[
                 "/ easy - simply copy the part
@@ -1813,7 +1814,7 @@
         ]
     ]
 
-    "Modified: / 31.7.1998 / 18:53:26 / cg"
+    "Modified: / 17.8.1998 / 10:22:15 / cg"
 !
 
 compressColorMap