Seems to be working.
This commit is contained in:
parent
cdb5421c3c
commit
d7e9880966
1 changed files with 1 additions and 1 deletions
|
|
@ -1211,7 +1211,7 @@ sub annotate {
|
||||||
my $annotate_width = $form->process("annotate_width");
|
my $annotate_width = $form->process("annotate_width");
|
||||||
my $annotate_height = $form->process("annotate_height");
|
my $annotate_height = $form->process("annotate_height");
|
||||||
# warn(qq(unless ($annotate_top && $annotate_left && $annotate_width && $annotate_height && $annotate_text !~ /^\s*$/)));
|
# warn(qq(unless ($annotate_top && $annotate_left && $annotate_width && $annotate_height && $annotate_text !~ /^\s*$/)));
|
||||||
if ($annotate_top && $annotate_left && $annotate_width && $annotate_height && $annotate_text !~ /^\s*$/) {
|
if (defined $annotate_top && defined $annotate_left && defined $annotate_width && defined $annotate_height && $annotate_text !~ /^\s*$/) {
|
||||||
if ($save_annotate) {
|
if ($save_annotate) {
|
||||||
$save_annotate .= "\n";
|
$save_annotate .= "\n";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue