2
0
BDisp 5 жил өмнө
parent
commit
a1202fe55e

+ 1 - 1
Terminal.Gui/Core/View.cs

@@ -1382,7 +1382,7 @@ namespace Terminal.Gui {
 				}
 			}
 			if (focused != null) {
-				focused.SetHasFocus (false, focused);
+				focused.SetHasFocus (false, this);
 				focused = null;
 			}
 			return false;