#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 20 Feb 2018 18:46:18 +0100
changeset 3537 6aacb49f2f25
parent 3536 38fca9ee0d55
child 3538 54b79608c60d
#REFACTORING by stefan class: UIHelpTool changed: #commonPostBuild outsource code into #useAlienInfoHolder method
UIHelpTool.st
--- a/UIHelpTool.st	Tue Feb 20 18:46:07 2018 +0100
+++ b/UIHelpTool.st	Tue Feb 20 18:46:18 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by eXept Software AG
 	      All Rights Reserved
@@ -1010,10 +1008,12 @@
 
 commonPostBuild
     "/ using masters infoHolder ?
-    (builder aspectAt:#useAlienInfoLabelHolder) == true ifTrue:[
+    self useAlienInfoLabelHolder ifTrue:[
         (builder componentAt:#mainPanel) layout bottomOffset:0.
         (builder componentAt:#infoBarSubSpec) beInvisible
     ]
+
+    "Modified: / 20-02-2018 / 13:04:50 / stefan"
 !
 
 initialize