diff options
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))) { |
