mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 17:52:15 +00:00
Clear fixed!
This commit is contained in:
parent
0925e5a059
commit
90b1bdca5f
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue