# HG changeset patch # User Claus Gittinger # Date 1504203460 -7200 # Node ID 53970d18e17c154c72a707dc0801b632e96de18f # Parent 3449a8a8aecca316b4d9ee0a6c7c1d119540824f #DOCUMENTATION by cg class: UIPainterView comment/format in: #createUndoLayout: diff -r 3449a8a8aecc -r 53970d18e17c 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