Debugger: Slight tweak to text control editor.

- Trigger a caller update on modification as well.
This commit is contained in:
Rene Gollent
2015-07-24 17:08:50 -04:00
parent 2303600a81
commit 1f8d1f68ce
@@ -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:
{