From 4b2560e1adc909cba8f747be72cc81ae5dba5955 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Fri, 28 Oct 2005 04:59:49 +0000 Subject: [PATCH] Fixed bug in editors reflow function --- golded3/geedit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/golded3/geedit.cpp b/golded3/geedit.cpp index 56187e3..a01be93 100644 --- a/golded3/geedit.cpp +++ b/golded3/geedit.cpp @@ -1959,6 +1959,7 @@ void IEclass::Reflow() { // Go to the next line displine(currline,row); GoDown(); + col = mincol; GFTRK(NULL); }