#BUGFIX by sr expeccoALM_1_13
authorsr
Mon, 19 Nov 2018 15:14:05 +0100
changeset 6508 b1dea121c0b6
parent 6507 7ff968c1e269
child 6510 aec3e789e521
#BUGFIX by sr remove #inspect .... class: DialogBox changed: #addLabelledInputField:adjust:on:tabable:separateAtX:
DialogBox.st
--- a/DialogBox.st	Fri Nov 16 15:59:52 2018 +0100
+++ b/DialogBox.st	Mon Nov 19 15:14:05 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -9303,8 +9301,7 @@
     field := EditField on:model.
     field acceptOnLeave:true.
     field acceptOnLostFocus:true.
-    field inspect.
-    
+
     ^ self 
         addLabelledField:field label:labelString 
         adjust:labelAdjust
@@ -9366,6 +9363,7 @@
     "Created: / 13-04-1996 / 13:41:31 / cg"
     "Modified: / 19-04-1996 / 17:39:46 / cg"
     "Modified: / 09-11-2018 / 00:09:41 / Claus Gittinger"
+    "Modified: / 19-11-2018 / 15:13:38 / sr"
 ! !
 
 !DialogBox methodsFor:'construction-layout'!