diff options
| author | Michael <[email protected]> | 2017-04-09 15:56:14 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-09 15:56:14 -0400 |
| commit | 2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa (patch) | |
| tree | d42271e84b02c9bad981e2fa4192c32ec6847f7a /ShiftOS.WinForms/Controls | |
| parent | c17eadf177e550b73acc714a03039aacd073dd8d (diff) | |
| download | shiftos_thereturn-2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa.tar.gz shiftos_thereturn-2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa.tar.bz2 shiftos_thereturn-2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa.zip | |
Legion story work (SPOILERS!)
Diffstat (limited to 'ShiftOS.WinForms/Controls')
| -rw-r--r-- | ShiftOS.WinForms/Controls/TerminalBox.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Controls/TerminalBox.cs b/ShiftOS.WinForms/Controls/TerminalBox.cs index bc2bcc0..df820f7 100644 --- a/ShiftOS.WinForms/Controls/TerminalBox.cs +++ b/ShiftOS.WinForms/Controls/TerminalBox.cs @@ -64,7 +64,6 @@ namespace ShiftOS.WinForms.Controls public void Write(string text) { this.HideSelection = true; - this.Select(this.TextLength, 0); this.SelectionFont = ConstructFont(); this.SelectionColor = ControlManager.ConvertColor(ConsoleEx.ForegroundColor); this.SelectionBackColor = ControlManager.ConvertColor(ConsoleEx.BackgroundColor); |
