#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 04 Feb 2017 21:35:56 +0100
changeset 3861 bab4837263c0
parent 3860 8c5600174a7b
child 3862 a5c6ef8ecf6a
#DOCUMENTATION by cg class: UIBuilder comment/format in: #isEditing: bad named arguments
UIBuilder.st
--- a/UIBuilder.st	Thu Feb 02 16:06:49 2017 +0100
+++ b/UIBuilder.st	Sat Feb 04 21:35:56 2017 +0100
@@ -141,11 +141,13 @@
     ^ isEditing ? false
 !
 
-isEditing:aState
+isEditing:aBoolean
     "true if build from a GUI builder resource ( UIPainter, ... ); if true, no
      models or actions should be set (no application is running)
     "
-    isEditing := aState
+    isEditing := aBoolean
+
+    "Modified (format): / 04-02-2017 / 21:34:52 / cg"
 !
 
 isSubBuilder