r20206 by jghali - #13067: Better tooltip for fill rules

scribus-commit scribus-commit at lists.scribus.net
Wed Jun 24 23:31:23 UTC 2015


Author: jghali
Date: Wed Jun 24 23:31:23 2015
New Revision: 20206

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20206
Log:
#13067: Better tooltip for fill rules

Modified:
    trunk/Scribus/scribus/ui/propertiespalette_shape.cpp

Modified: trunk/Scribus/scribus/ui/propertiespalette_shape.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20206&path=/trunk/Scribus/scribus/ui/propertiespalette_shape.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/propertiespalette_shape.cpp (original)
+++ trunk/Scribus/scribus/ui/propertiespalette_shape.cpp Wed Jun 24 23:31:23 2015
@@ -557,8 +557,8 @@
 	evenOdd->setText( tr("Even-Odd"));
 	nonZero->setText( tr("Non Zero"));
 
-	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. If the result is zero then the point is outside the path. Otherwise, it is inside.")  + "</qt>");
+	evenOdd->setToolTip( "<qt>" + tr("Any path self-intersections or subpaths create holes in the fill.")  + "</qt>");
+	nonZero->setToolTip( "<qt>" + tr("Fill is solid unless a subpath is counterdirectional.")  + "</qt>");
 
 	textFlowGroup->setTitle( tr("Text &Flow Around Frame"));
 	textFlowDisabled->setText( tr("Disabled"));




More information about the scribus-commit mailing list