# HG changeset patch # User Claus Gittinger # Date 1559024927 -7200 # Node ID 3b90ebd379e9fa9a8dd9712fc47b2de07ebbf01d # Parent 65046835495689a3b5230f2aa9bcad1a19123faa #DOCUMENTATION by cg class: UIPainter::TreeView comment/format in: #hasMultipleSelectionOtherThanCanvas diff -r 650468354956 -r 3b90ebd379e9 UIPainter.st --- a/UIPainter.st Tue May 28 08:28:02 2019 +0200 +++ b/UIPainter.st Tue May 28 08:28:47 2019 +0200 @@ -7254,9 +7254,11 @@ ! hasMultipleSelectionOtherThanCanvas - "returns true in case that any selection other than the canvas exists" + "returns true if any selection other than the canvas exists" ^ selection size > 0 and:[ (selection count:[:anyindex | anyindex ~~ 1]) > 1] + + "Modified (comment): / 28-05-2019 / 06:53:53 / Claus Gittinger" ! hasOneSelectionOtherThanCanvas