diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-10-05 12:19:04 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-10-05 12:19:04 +0000 |
| commit | 67d61b662f9c7f8cd39ea78335efb709bade4549 (patch) | |
| tree | 1df7203973194293cb2e338fed03094b746fd502 /src/live_effects/lpe-offset.cpp | |
| parent | Match default for star tool and star toolbar (diff) | |
| download | inkscape-67d61b662f9c7f8cd39ea78335efb709bade4549.tar.gz inkscape-67d61b662f9c7f8cd39ea78335efb709bade4549.zip | |
Fix various minor code problems
Diffstat (limited to 'src/live_effects/lpe-offset.cpp')
| -rw-r--r-- | src/live_effects/lpe-offset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-offset.cpp b/src/live_effects/lpe-offset.cpp index 72d29d0c1..bcaf15062 100644 --- a/src/live_effects/lpe-offset.cpp +++ b/src/live_effects/lpe-offset.cpp @@ -352,7 +352,7 @@ LPEOffset::doEffect_path(Geom::PathVector const & path_in) if (offset > 0 && ((original_width < against_dir_width && original_width < with_dir_width) || - (original_height < against_dir_width && + (original_height < against_dir_height && original_height < with_dir_height))) { |
