From 67d61b662f9c7f8cd39ea78335efb709bade4549 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sat, 5 Oct 2019 14:19:04 +0200 Subject: Fix various minor code problems --- src/live_effects/lpe-offset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpe-offset.cpp') 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))) { -- cgit v1.2.3