This commit is contained in:
Steven Kirk 2014-12-15 16:15:22 +01:00
Родитель bff68dfd95
Коммит 2dafd77beb
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;