HaikuDepot: Text: Fix regression for B_SELECT_ALL

An Invalidate() was removed, since I originally planned to remove the need
to invalidate on selection changes, but then saved it for later.
This commit is contained in:
Stephan Aßmus 2015-09-13 21:16:23 +02:00
parent 287dab9d8e
commit 1fa37d5af8
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ TextDocumentView::SelectAll()
fTextEditor->SelectAll();
_ShowCaret(false);
Invalidate();
}