#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Tue, 20 Feb 2018 21:52:36 +0100
changeset 3539 dc215e6be73a
parent 3538 54b79608c60d
child 3540 1fb95ce50ce4
#OTHER by stefan changed: #commonPostBuild rename #useAlienInfoLabeloHolder methodto #useAlienInfoLabel to avoid recursion
UIPainter.st
--- a/UIPainter.st	Tue Feb 20 18:46:36 2018 +0100
+++ b/UIPainter.st	Tue Feb 20 21:52:36 2018 +0100
@@ -4911,7 +4911,7 @@
     ].
 
     "/ using masters infoHolder ?
-    self useAlienInfoLabelHolder ifTrue:[
+    self useAlienInfoLabel ifTrue:[
         (builder componentAt:#mainPanel) layout bottomOffset:0.
         (builder componentAt:#infoBarSubSpec) beInvisible
     ].