mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Removes unnecessary TextDirection initialization.
This commit is contained in:
@@ -89,7 +89,6 @@ namespace Terminal.Gui {
|
||||
Checked = is_checked;
|
||||
HotKeySpecifier = (Rune)'_';
|
||||
CanFocus = true;
|
||||
TextDirection = TextDirection.LeftRight_TopBottom;
|
||||
AutoSize = true;
|
||||
Text = s;
|
||||
|
||||
|
||||
@@ -193,7 +193,6 @@ namespace Terminal.Gui {
|
||||
void SetInitialProperties ()
|
||||
{
|
||||
ColorScheme = Colors.TopLevel;
|
||||
TextDirection = TextDirection.LeftRight_TopBottom;
|
||||
Application.GrabbingMouse += Application_GrabbingMouse;
|
||||
Application.UnGrabbingMouse += Application_UnGrabbingMouse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user