all repos — openbox @ b67e98842c65d9ce8caeae0bc512ccfa5336605f

openbox fork - make it a bit more like ryudo

reset the pager popup's size after reconfigure
Dana Jansens danakj@orodu.net
commit

b67e98842c65d9ce8caeae0bc512ccfa5336605f

parent

0ec49ac7811fccd56e14f724c67b7a547df26233

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -312,8 +312,13 @@

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();