coverity#705245 Missing break in switch, assuming intentional
Change-Id: I2ac6acde603c89c5b7736ec7f1a1b42b28726827
This commit is contained in:
@@ -116,6 +116,7 @@ namespace svt
|
||||
// drop down the list box
|
||||
else if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN)
|
||||
return false;
|
||||
// fall-through
|
||||
case KEY_PAGEUP:
|
||||
case KEY_PAGEDOWN:
|
||||
case KEY_RETURN:
|
||||
|
Reference in New Issue
Block a user