compatibility fix

This commit is contained in:
Komzpa 2012-02-27 16:34:24 +03:00
parent 75b9a49c92
commit 729348c4ac

View file

@ -294,7 +294,7 @@ class StyleChooser:
"josm support"
if b[0] == "+":
try:
b = float(b)/2
b = str(float(b)/2)
except:
pass
if "text" == a[-4:]: