Fixed bug in editors reflow function

This commit is contained in:
Ianos Gnatiuc 2005-10-28 04:59:49 +00:00
parent 1e0e8d690e
commit 4b2560e1ad

View File

@ -1959,6 +1959,7 @@ void IEclass::Reflow() {
// Go to the next line // Go to the next line
displine(currline,row); displine(currline,row);
GoDown(); GoDown();
col = mincol;
GFTRK(NULL); GFTRK(NULL);
} }