mirror of https://github.com/buggins/dlangui.git
commit
6526083bf9
|
@ -660,6 +660,7 @@ class Widget {
|
||||||
case KeyCode.DOWN:
|
case KeyCode.DOWN:
|
||||||
if (flags == 0)
|
if (flags == 0)
|
||||||
direction = FocusMovement.Down;
|
direction = FocusMovement.Down;
|
||||||
|
break;
|
||||||
case KeyCode.TAB:
|
case KeyCode.TAB:
|
||||||
if (flags == 0)
|
if (flags == 0)
|
||||||
direction = FocusMovement.Next;
|
direction = FocusMovement.Next;
|
||||||
|
|
Loading…
Reference in New Issue