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-20 22:17:12 +02:00
parent 287dab9d8e
commit 1fa37d5af8
@@ -369,6 +369,7 @@ TextDocumentView::SelectAll()
fTextEditor->SelectAll();
_ShowCaret(false);
Invalidate();
}