Clear fixed!

This commit is contained in:
Alex-TIMEHACK 2017-11-23 18:28:51 +00:00
parent 0925e5a059
commit 90b1bdca5f
2 changed files with 4 additions and 2 deletions

View file

@ -116,7 +116,8 @@ namespace ShiftOS.Main.ShiftOS.Apps
public void Clear() public void Clear()
{ {
DoClear = true; DoClear = true;
termmain.Text = $"\n {defaulttextResult}"; OldText = "";
termmain.Text = "";
TrackingPosition = termmain.Text.Length; TrackingPosition = termmain.Text.Length;
DoClear = false; DoClear = false;
} }

View file

@ -116,7 +116,8 @@ namespace ShiftOS.Main.ShiftOS.Apps
public void Clear() public void Clear()
{ {
DoClear = true; DoClear = true;
termmain.Text = $"\n {defaulttextResult}"; OldText = "";
termmain.Text = "";
TrackingPosition = termmain.Text.Length; TrackingPosition = termmain.Text.Length;
DoClear = false; DoClear = false;
} }