diff options
| author | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-27 23:49:42 +0000 |
|---|---|---|
| committer | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-27 23:49:42 +0000 |
| commit | 185fcc8a3df9eaa3cdb4b5c1bc21c005dd8d0dde (patch) | |
| tree | 576f9e2a4126ac2fa51f520618a2845a653fb121 /scribus/propertiespalette.cpp | |
| parent | 48f91d50ca5676f7079496fe406edb3f5a38e83c (diff) | |
| download | scribus-185fcc8a3df9eaa3cdb4b5c1bc21c005dd8d0dde.tar.gz scribus-185fcc8a3df9eaa3cdb4b5c1bc21c005dd8d0dde.tar.xz scribus-185fcc8a3df9eaa3cdb4b5c1bc21c005dd8d0dde.zip | |
#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
Diffstat (limited to 'scribus/propertiespalette.cpp')
| -rw-r--r-- | scribus/propertiespalette.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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( "<qt>" + 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.") + "</qt>"); + NonZero->setToolTip( "<qt>" + 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.") + "</qt>"); /*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.")); |
