Browse Source

Fixes #503 Tab stop working.

BDisp 5 năm trước cách đây
mục cha
commit
f123da4206
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 		}