diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-19 00:14:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-03-19 00:14:03 +0000 |
| commit | 04a8c5b6ee2cbadf792295bbdb4048369103f32c (patch) | |
| tree | b72051b7eea37526fb9428e822de28365a0c217e /src/desktop-style.cpp | |
| parent | Fix more Krzysztof comments on merge proposal, temporary disable LPE on clip ... (diff) | |
| parent | Remove code of a semifixed bug (diff) | |
| download | inkscape-04a8c5b6ee2cbadf792295bbdb4048369103f32c.tar.gz inkscape-04a8c5b6ee2cbadf792295bbdb4048369103f32c.zip | |
update to trunk
(bzr r13708.1.45)
Diffstat (limited to 'src/desktop-style.cpp')
| -rw-r--r-- | src/desktop-style.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index c28302d22..d10c75cd8 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -1004,10 +1004,10 @@ objects_query_paintorder (const std::vector<SPItem*> &objects, SPStyle *style_re n_order ++; - if (!prev_order.empty() && prev_order.compare( style->paint_order.value ) != 0) { - same_order = false; - } if (style->paint_order.set) { + if (!prev_order.empty() && prev_order.compare( style->paint_order.value ) != 0) { + same_order = false; + } prev_order = style->paint_order.value; } } |
