c_overviewer is now auto-initialized, and some other minor fixes
This commit is contained in:
@@ -70,7 +70,7 @@ def validateBGColor(color):
|
||||
r = int(color[1:3], 16)
|
||||
g = int(color[3:5], 16)
|
||||
b = int(color[5:7], 16)
|
||||
return (r,g,b)
|
||||
return (r,g,b,0)
|
||||
|
||||
|
||||
def validateOptImg(opt):
|
||||
|
||||
Reference in New Issue
Block a user