# HG changeset patch # User Claus Gittinger # Date 1261479893 -3600 # Node ID b21105a0a38c22e8deccfe77d0e5b91e80dd5cd0 # Parent 7b0f0d920794f3a131205a847a60da23ffd67bf9 comment/format in: #dropLeave: diff -r 7b0f0d920794 -r b21105a0a38c MenuEditor.st --- a/MenuEditor.st Mon Dec 14 14:00:36 2009 +0100 +++ b/MenuEditor.st Tue Dec 22 12:04:53 2009 +0100 @@ -2151,8 +2151,8 @@ ! dropLeave:aDropContext - "the widget is leaved; restore drop indications drawn ... - " + "restore drop indications drawn..." + self changeDropLineTo:nil in:aDropContext. "Modified: / 13-10-2006 / 16:03:59 / cg"