From 3fa43bafc31d29eb7fe93c7808a6e1d884f4a64e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 Jan 2003 05:01:39 +0000 Subject: [PATCH] titlebar focus in the background of the popuplist --- scripts/focus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/focus.py b/scripts/focus.py index dcbf29e4..2302036a 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -162,7 +162,7 @@ def focus_next_stacked(data, forward=1): _list_widget = otk.Widget(ob.openbox, style, otk.Widget.Vertical, 0, style.bevelWidth(), 1) - t = style.labelFocusBackground() + t = style.titlebarFocusBackground() _list_widget.setTexture(t) titles = [] -- 2.39.2