From 1f8d1f68ce08625123718ff286d3827bab88c361 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Fri, 24 Jul 2015 17:06:58 -0400 Subject: [PATCH] Debugger: Slight tweak to text control editor. - Trigger a caller update on modification as well. --- .../user_interface/gui/value/TableCellTextControlEditor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {