mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
GUI: Fix -Wimplicit-fallthrough warning with GCC on OSX
This commit is contained in:
parent
39ed170ad2
commit
b9e7168d01
@ -424,7 +424,10 @@ bool EditableWidget::handleKeyDown(Common::KeyState state) {
|
||||
}
|
||||
clearSelection();
|
||||
break;
|
||||
} else {
|
||||
defaultKeyDownHandler(state, dirty, forcecaret, handled);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user