Explorar el Código

Changed focused to this.

BDisp hace 5 años
padre
commit
a1202fe55e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Terminal.Gui/Core/View.cs

+ 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;