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