do_layout is required for dots to appear or disappear

This commit is contained in:
Berke Viktor 2012-10-22 08:13:09 +02:00
parent 9435851dee
commit 6cd5d086bb
1 changed files with 3 additions and 0 deletions

View File

@ -2225,6 +2225,9 @@ setup_apply (struct xchatprefs *pr)
noapply = TRUE;
if (DIFF (tab_icons))
noapply = TRUE;
if (DIFF (gui_tab_dots))
do_layout = TRUE;
if (DIFF (tab_layout))
do_layout = TRUE;