#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 20 Feb 2018 18:46:36 +0100
changeset 3538 54b79608c60d
parent 3537 6aacb49f2f25
child 3539 dc215e6be73a
#REFACTORING by stefan class: UIPainter changed: #commonPostBuild outsource code into #useAlienInfoHolder method
UIPainter.st
--- a/UIPainter.st	Tue Feb 20 18:46:18 2018 +0100
+++ b/UIPainter.st	Tue Feb 20 18:46:36 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995-1998 by eXept Software AG
               All Rights Reserved
@@ -4913,7 +4911,7 @@
     ].
 
     "/ using masters infoHolder ?
-    (builder aspectAt:#useAlienInfoLabelHolder) == true ifTrue:[
+    self useAlienInfoLabelHolder ifTrue:[
         (builder componentAt:#mainPanel) layout bottomOffset:0.
         (builder componentAt:#infoBarSubSpec) beInvisible
     ].
@@ -4921,6 +4919,7 @@
     self updateInfoLabel.
 
     "Modified: / 31-08-2006 / 10:12:53 / cg"
+    "Modified: / 20-02-2018 / 13:04:34 / stefan"
 !
 
 loadFromClass:aClass andSelector:selector