# HG changeset patch # User Stefan Vogel # Date 1519159956 -3600 # Node ID dc215e6be73a5da5326a9f0a408993478d0968b5 # Parent 54b79608c60d52ca027b5fd0277f0b10e7fb8fb0 #OTHER by stefan changed: #commonPostBuild rename #useAlienInfoLabeloHolder methodto #useAlienInfoLabel to avoid recursion diff -r 54b79608c60d -r dc215e6be73a 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 ].