While I'm at it, loopselect/cut also didn't update vertexcount :)

This commit is contained in:
2003-11-18 14:26:42 +00:00
parent b043165fb6
commit c6b7148487

View File

@@ -2547,7 +2547,8 @@ void loop(int mode)
evl=evl->next;
}
/* send event to redraw this window, does header too */
countall();
/* send event to redraw this window, does header too */
addqueue(curarea->win, REDRAW, 1);
}