#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Tue, 20 Feb 2018 21:53:09 +0100
changeset 3543 06dbbe8684c7
parent 3542 96a0b064685f
child 3544 5d127d65ea3e
#BUGFIX by stefan class: ImageEditor changed: #commonPostBuild (send #useAlienInfoLabel instead of #useAlienInfoLabelHolder)
ImageEditor.st
--- a/ImageEditor.st	Tue Feb 20 21:52:44 2018 +0100
+++ b/ImageEditor.st	Tue Feb 20 21:53:09 2018 +0100
@@ -6255,7 +6255,7 @@
     ].
 
     "/ using masters infoHolder ?
-    self useAlienInfoLabelHolder ifTrue:[
+    self useAlienInfoLabel ifTrue:[
         (builder componentAt:#mainPanel) layout bottomOffset:0.
         (builder componentAt:#infoBarSubSpec) beInvisible
     ]