CEditでSetWindowText()するとカーソル位置が変わっちゃう問題対策

int nLine = m_edt.GetFirstVisibleLine();
m_edt.SetWindowText(str);
m_edt.LineScroll(nLine);