diff -r 0b0a24d7b198 -r df9bd2816495 ImageEditor.st --- a/ImageEditor.st Mon Sep 04 11:06:49 2006 +0200 +++ b/ImageEditor.st Tue Sep 05 16:12:51 2006 +0200 @@ -4284,7 +4284,7 @@ ] ifFalse:[ depth <= 8 ifTrue:[ ditherColors := Color colorCubeWithRed:6 green:6 blue:5. ] ifFalse:[ - self halt. + self error:'unsupported depth'. ]]]]]]]. self withExecuteCursorDo:[ @@ -4300,6 +4300,7 @@ ]. "Created: / 07-07-2006 / 13:20:56 / cg" + "Modified: / 05-09-2006 / 16:13:25 / cg" ! editSelectedColor