activate a selection block when constructing an ellipse

svn path=/trunk/KDE/kdegraphics/okular/; revision=746502
This commit is contained in:
Pino Toscano 2007-12-09 10:38:46 +00:00
parent 8f55446c17
commit 552b2fd115

View file

@ -82,7 +82,7 @@ Engine/Annotation Types [specific attributes]:
</tool>
<tool id="10" name="Cyan Ellipse" pixmap="draw-ellipse">
<tooltip>A cyan ellipse</tooltip>
<engine type="PickPoint" color="#00ffff">
<engine type="PickPoint" color="#00ffff" block="true">
<annotation type="GeomCircle" color="#00ffff" />
</engine>
</tool>