diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-04 18:29:38 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-04 18:29:38 +0000 |
| commit | c6e6a641344a9d14272d1d90a8aa3b28440d341e (patch) | |
| tree | 8e2cdeef2db9295d42afb5aaa9eee41b6ebf86fa /src/display/nr-style.cpp | |
| parent | Fix an issue with doOnRemove not being called (diff) | |
| parent | Fix bounding box cache issues in general, and prevent the selector tool from ... (diff) | |
| download | inkscape-c6e6a641344a9d14272d1d90a8aa3b28440d341e.tar.gz inkscape-c6e6a641344a9d14272d1d90a8aa3b28440d341e.zip | |
Update to trunk
(bzr r13090.1.71)
Diffstat (limited to 'src/display/nr-style.cpp')
| -rw-r--r-- | src/display/nr-style.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/display/nr-style.cpp b/src/display/nr-style.cpp index 3d2d36483..09a28e63c 100644 --- a/src/display/nr-style.cpp +++ b/src/display/nr-style.cpp @@ -69,9 +69,7 @@ NRStyle::NRStyle() , line_through_position(0) , font_size(0) { -#ifdef WITH_SVG2 paint_order_layer[0] = PAINT_ORDER_NORMAL; -#endif } NRStyle::~NRStyle() @@ -165,7 +163,6 @@ void NRStyle::set(SPStyle *style) } -#ifdef WITH_SVG2 for( unsigned i = 0; i < PAINT_ORDER_LAYERS; ++i) { switch (style->paint_order.layer[i]) { case SP_CSS_PAINT_ORDER_NORMAL: @@ -182,7 +179,6 @@ void NRStyle::set(SPStyle *style) break; } } -#endif text_decoration_line = TEXT_DECORATION_LINE_CLEAR; if(style->text_decoration_line.inherit ){ text_decoration_line |= TEXT_DECORATION_LINE_INHERIT; } |
