From b67e98842c65d9ce8caeae0bc512ccfa5336605f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 17:28:52 +0000 Subject: [PATCH] reset the pager popup's size after reconfigure --- openbox/screen.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openbox/screen.c b/openbox/screen.c index 34935f47..1cbb2a5e 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -312,8 +312,13 @@ void screen_startup(gboolean reconfig) desktop_cycle_popup = pager_popup_new(FALSE); pager_popup_height(desktop_cycle_popup, POPUP_HEIGHT); - if (reconfig) + if (reconfig) { + /* update the pager popup's width */ + pager_popup_text_width_to_strings(desktop_cycle_popup, + screen_desktop_names, + screen_num_desktops); return; + } /* get the initial size */ screen_resize(); -- 2.39.2