git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6117
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int counter = 0;
int step = (s_width - xpos);
if (step < 0) step = 0;
int counter = 0;
int step = (s_width - xpos);
if (step < 0) step = 0;
while (line != cell) {
line -> SetPos(line -> GetPosX() + s_indent +
(counter++ * step / xcnt),
ypos + line -> GetPosY());
line = line -> GetNext();
}
while (line != cell) {
line -> SetPos(line -> GetPosX() + s_indent +
(counter++ * step / xcnt),
ypos + line -> GetPosY());
line = line -> GetNext();
}