#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2017 20:17:40 +0200
changeset 3474 53970d18e17c
parent 3473 3449a8a8aecc
child 3475 7eafbd0cad40
#DOCUMENTATION by cg class: UIPainterView comment/format in: #createUndoLayout:
UIPainterView.st
--- a/UIPainterView.st	Thu Aug 31 20:17:30 2017 +0200
+++ b/UIPainterView.st	Thu Aug 31 20:17:40 2017 +0200
@@ -2870,7 +2870,7 @@
 !UIPainterView methodsFor:'undo actions'!
 
 createUndoLayout:aView
-    "create undo action before changing a views layout"
+    "create undo action before changing a view's layout"
 
     |lyt args prop|
 
@@ -2892,6 +2892,8 @@
             self undoHistoryChanged.
         ]
     ]
+
+    "Modified (comment): / 31-08-2017 / 20:17:23 / cg"
 !
 
 createUndoRemove:aView