Bugfix: fatal error and warnings removed when cleaning some dirty layers
This commit is contained in:
parent
00c6287488
commit
debdd164e2
3 changed files with 3 additions and 2 deletions
|
@ -38,6 +38,7 @@ sub lines {
|
|||
sub cleanup {
|
||||
my $self = shift;
|
||||
$self->merge_continuous_lines;
|
||||
return @$self >= 3;
|
||||
}
|
||||
|
||||
sub merge_continuous_lines {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue