Fixed issue where text was selected after loaded.

zmq
Sean McArdle 2016-12-20 23:42:55 -08:00
parent 3f670462d7
commit 3c73572b76
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace WifiSitterGui.Helpers
reader.Position = 0;
rtb.SelectAll();
rtb.Selection.Load(reader, DataFormats.Rtf);
rtb.Selection.Select(rtb.Selection.Start, rtb.Selection.Start);
}
}