Explorar el Código

Fixes #503 Tab stop working.

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

+ 0 - 1
Terminal.Gui/Core/Toplevel.cs

@@ -173,7 +173,6 @@ namespace Terminal.Gui {
 			case Key.ControlL:
 				Application.Refresh ();
 				return true;
-
 			}
 			return false;
 		}