diff --git a/src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp b/src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp index 2c9a999257..79a310693c 100644 --- a/src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp +++ b/src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp @@ -80,7 +80,8 @@ TableCellTextControlEditor::MessageReceived(BMessage* message) { // TODO: highlight the input view in some way to show // invalid inputs - break; + + // fall through } case MSG_INPUT_VALIDATION_NEEDED: {