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()
{
DoClear = true;
termmain.Text = $"\n {defaulttextResult}";
OldText = "";
termmain.Text = "";
TrackingPosition = termmain.Text.Length;
DoClear = false;
}

View file

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