# HG changeset patch # User Claus Gittinger # Date 903342160 -7200 # Node ID 14088f998b724bc20ee82eb27d448f96867dc6e6 # Parent c09018dc695446dc6e8126887cba03a9559602c7 checkin from browser diff -r c09018dc6954 -r 14088f998b72 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