From 185fcc8a3df9eaa3cdb4b5c1bc21c005dd8d0dde Mon Sep 17 00:00:00 2001 From: jghali Date: Fri, 27 Jan 2012 23:49:42 +0000 Subject: #6779: Fill Rule : unclear settings choice in Properties palette > Shape git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17249 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/propertiespalette.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scribus') diff --git a/scribus/propertiespalette.cpp b/scribus/propertiespalette.cpp index 0bcf1fb..7fc2d7c 100644 --- a/scribus/propertiespalette.cpp +++ b/scribus/propertiespalette.cpp @@ -5604,6 +5604,8 @@ void PropertiesPalette::languageChange() Locked->setToolTip( tr("Lock or unlock the object")); NoResize->setToolTip( tr("Lock or unlock the size of the object")); NoPrint->setToolTip( tr("Enable or disable exporting of the object")); + EvenOdd->setToolTip( "" + tr("This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses. If this number is odd, the point is inside, if even, the point is outside.") + ""); + NonZero->setToolTip( "" + tr("This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray. Starting with a count of zero, add one each time a path segment crosses the ray from left to right and subtract one each time a path segment crosses the ray from right to left. After counting the crossings, if the result is zero then the point is outside the path. Otherwise, it is inside.") + ""); /*textFlowOptions->setToolTip( tr("Make text in lower frames flow around the object shape")); */ textFlowDisabled->setToolTip( tr("Disable text flow from lower frames around object")); textFlowUsesFrameShape->setToolTip( tr("Use the frame shape for text flow of text frames below the object.")); -- cgit