From de85e4f1d96c911c7c9dc7c2a9b514b13b028aec Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 7 Feb 2008 09:10:01 -0500 Subject: [PATCH] put stuff in the right place in alttab list mode when there is only 1 window in it --- openbox/focus_cycle_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 5925feb3..ceab3ca1 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -455,7 +455,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) + ob_rr_theme->down_arrow_mask->height + OUTSIDE_BORDER; /* center the icons if there is less than one row */ - if (icon_rows == 1) + if (p->mode == OB_FOCUS_CYCLE_POPUP_MODE_ICONS && icon_rows == 1) icons_center_x = (w - p->n_targets * HILITE_SIZE) / 2; else icons_center_x = 0; -- 2.44.0