diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-03-07 21:10:20 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-03-07 21:10:20 +0000 |
| commit | a3f684fa5156f66fdcd3d15cc469d84258807201 (patch) | |
| tree | 11325ff3c5e14bb30f49c108e0861098b67a7a75 /src/desktop-style.h | |
| parent | does not zoom in to selection box if holding shift to zoom out (diff) | |
| download | inkscape-a3f684fa5156f66fdcd3d15cc469d84258807201.tar.gz inkscape-a3f684fa5156f66fdcd3d15cc469d84258807201.zip | |
Add GUI for 'paint-order' property.
(bzr r14693)
Diffstat (limited to 'src/desktop-style.h')
| -rw-r--r-- | src/desktop-style.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop-style.h b/src/desktop-style.h index bf05adadf..f3d6775a4 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -43,6 +43,7 @@ enum { // which property was queried (add when you need more) QUERY_STYLE_PROPERTY_STROKEJOIN, // stroke join QUERY_STYLE_PROPERTY_STROKECAP, // stroke cap QUERY_STYLE_PROPERTY_STROKESTYLE, // markers, dasharray, miterlimit, stroke-width, stroke-cap, stroke-join + QUERY_STYLE_PROPERTY_PAINTORDER, // paint-order QUERY_STYLE_PROPERTY_FONT_SPECIFICATION, //-inkscape-font-specification QUERY_STYLE_PROPERTY_FONTFAMILY, // font-family QUERY_STYLE_PROPERTY_FONTSTYLE, // font style |
