Skip to content

Commit

Permalink
Debugger: Slight tweak to text control editor.
Browse files Browse the repository at this point in the history
- Trigger a caller update on modification as well.
  • Loading branch information
anevilyak committed Jul 24, 2015
1 parent 2303600 commit 1f8d1f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{
Expand Down

0 comments on commit 1f8d1f6

Please sign in to comment.