зеркало из https://github.com/AvaloniaUI/Avalonia.git
Removed unneeded code.
This commit is contained in:
Родитель
bff68dfd95
Коммит
2dafd77beb
|
@ -197,15 +197,14 @@ namespace Perspex.Controls
|
||||||
if (modifiers == ModifierKeys.Control)
|
if (modifiers == ModifierKeys.Control)
|
||||||
{
|
{
|
||||||
SelectAll();
|
SelectAll();
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
textEntered = true;
|
|
||||||
goto default;
|
goto default;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Key.Left:
|
case Key.Left:
|
||||||
this.MoveHorizontal(-1, modifiers);
|
this.MoveHorizontal(-1, modifiers);
|
||||||
movement = true;
|
movement = true;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче