From b0a822c85e7e14d35109637397d32c9b6ac83cf4 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Fri, 4 Jan 2013 18:56:42 +0100 Subject: [PATCH] changed shadow offset property from int to double. Removed x10 multiplicative factor when rendering shadow; added x10 mutiplicative factors for config UIs with respect to what's actually saved in config file; remove kconfupdate for shadowoffset. --- clients/oxygen/data/update_oxygen.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/clients/oxygen/data/update_oxygen.pl b/clients/oxygen/data/update_oxygen.pl index 631f1f307f..da5c34e0a3 100755 --- a/clients/oxygen/data/update_oxygen.pl +++ b/clients/oxygen/data/update_oxygen.pl @@ -32,14 +32,7 @@ my $key = $1; my $value = $2; - if( $key eq "VerticalOffset" ) - { - # shadow vertical offset - $value = int(10*$value); - print( "$key=$value\n" ); - next; - - } elsif( $key eq "BlendColor" ) { + if( $key eq "BlendColor" ) { # Blend style # delete key (renamed to BlendStyle )