UIPainterView.st
changeset 3474 53970d18e17c
parent 3387 462d9e0dea1f
child 3502 88523ed65628
--- 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