Bläddra i källkod

Fixes #503 Tab stop working.

BDisp 5 år sedan
förälder
incheckning
f123da4206
1 ändrade filer med 0 tillägg och 1 borttagningar
  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:
 			case Key.ControlL:
 				Application.Refresh ();
 				Application.Refresh ();
 				return true;
 				return true;
-
 			}
 			}
 			return false;
 			return false;
 		}
 		}