KASM-5524 negative numbers on text rotation watermark

pull/214/head
Matthew McClaskey 1 year ago
parent 3bc1024e7f
commit 8c7dd2ed30

@ -1871,7 +1871,7 @@ sub DefineConfigToCLIConversion {
isValidCallback => sub {
my $value = shift;
return 0 unless $value =~ /^\d+$/;
return 0 unless $value =~ /^-?\d+$/;
$value >= -359 && $value <= 359;
},

Loading…
Cancel
Save