#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Sun, 29 May 2016 20:45:29 +0200
changeset 16632 9898e98f58a2
parent 16631 cb639044b134
child 16633 b646442956ed
child 16634 83c49451bdc7
#BUGFIX by stefan class: SettingsDialog changed: #postBuildWith: show close button
SettingsDialog.st
--- a/SettingsDialog.st	Sun May 29 16:10:15 2016 +0200
+++ b/SettingsDialog.st	Sun May 29 20:45:29 2016 +0200
@@ -1737,9 +1737,9 @@
 
 postBuildWith:aBuilder
     super postBuildWith:aBuilder.
-"/    self window isModal ifFalse:[
-"/        self closeButtonVisibleHolder value:true
-"/    ].    
+    self window isModal ifFalse:[
+        self closeButtonVisibleHolder value:true
+    ].    
 !
 
 postOpenWith:aBuilder