*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 01 Jun 2004 13:16:37 +0200
changeset 1843 771731481a20
parent 1842 f04fe34d10ac
child 1844 62f5b971145e
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Thu May 27 16:28:35 2004 +0200
+++ b/ImageEditor.st	Tue Jun 01 13:16:37 2004 +0200
@@ -1343,7 +1343,7 @@
               name: 'horizontalPanel'
               layout: (LayoutFrame 0 0.0 34 0.0 0 1.0 -26 1.0)
               snapMode: both
-              barLevel: 1
+              barLevel: 0
               component: 
              (SpecCollection
                 collection: (
@@ -1537,7 +1537,7 @@
                  )
                
               )
-              handles: (Any 0.3 1.0)
+              handles: (Any 0.288889 1.0)
             )
            (UISubSpecification
               name: 'infoBarSubSpec'
@@ -4022,7 +4022,7 @@
     newImage := img species new
                     width:img width
                     height:img height
-                    depth:nil
+                    depth:img depth
                     fromArray:img bits.
 
     newImage colorMap:cMap.