bugfix: no function parameter "opt"
removed wrong code line
This commit is contained in:
parent
aad95de809
commit
b369f47e69
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function theme.getColorForState(opt)
|
||||||
end
|
end
|
||||||
|
|
||||||
function theme.drawBox(x,y,w,h, colors, cornerRadius)
|
function theme.drawBox(x,y,w,h, colors, cornerRadius)
|
||||||
colors = colors or theme.getColorForState(opt)
|
--colors = colors or theme.getColorForState(opt)
|
||||||
cornerRadius = cornerRadius or theme.cornerRadius
|
cornerRadius = cornerRadius or theme.cornerRadius
|
||||||
w = max(cornerRadius/2, w)
|
w = max(cornerRadius/2, w)
|
||||||
if h < cornerRadius/2 then
|
if h < cornerRadius/2 then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue