Skip to content
Snippets Groups Projects
Commit 9636763a authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files
parent 22cfa83a
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ static void pmenu_w_additem(t_pmenu* x, t_symbol *label, int i) {
sys_vgui("$%xw add command -label \"%s\" -command {select%x \"%d\"} \n",
x, label->s_name, x, i,x,i);
}
if ( i == COLUMNBREAK ) sys_vgui("$%xw entryconfigure %i -columnbreak true \n",x,i);
if ( i % COLUMNBREAK == 0 ) sys_vgui("$%xw entryconfigure %i -columnbreak true \n",x,i);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment