KASM-5524 negative numbers on text rotation watermark
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user