warn about the right shit
This commit is contained in:
parent
7f8b8119c4
commit
7d20f6f4d3
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ def pixelsize(data):
|
||||||
valid = False
|
valid = False
|
||||||
|
|
||||||
def warn_missing(data):
|
def warn_missing(data):
|
||||||
need = ('window.button.hover.focus', 'window.button.hover.unfocus',
|
need = ('window.active.button.hover', 'window.inactive.button.hover',
|
||||||
'menu.overlap')
|
'menu.overlap')
|
||||||
for n in need:
|
for n in need:
|
||||||
i, nul, nul = find_key(data, n)
|
i, nul, nul = find_key(data, n)
|
||||||
|
|
Loading…
Reference in a new issue