titlebar focus in the background of the popuplist
This commit is contained in:
parent
5e24320bca
commit
3fa43bafc3
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def focus_next_stacked(data, forward=1):
|
||||||
_list_widget = otk.Widget(ob.openbox, style,
|
_list_widget = otk.Widget(ob.openbox, style,
|
||||||
otk.Widget.Vertical, 0,
|
otk.Widget.Vertical, 0,
|
||||||
style.bevelWidth(), 1)
|
style.bevelWidth(), 1)
|
||||||
t = style.labelFocusBackground()
|
t = style.titlebarFocusBackground()
|
||||||
_list_widget.setTexture(t)
|
_list_widget.setTexture(t)
|
||||||
|
|
||||||
titles = []
|
titles = []
|
||||||
|
|
Loading…
Reference in a new issue