Clear the TextField selected text when loses focus.

This commit is contained in:
BDisp
2020-04-20 22:25:45 +01:00
parent e66c391aeb
commit 07a92f989e

View File

@@ -85,6 +85,8 @@ namespace Terminal.Gui {
{
if (Application.mouseGrabView != null && Application.mouseGrabView == this)
Application.UngrabMouse ();
if (SelectedLength != 0)
ClearAllSelection ();
}
public override Rect Frame {