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:
parent
287dab9d8e
commit
1fa37d5af8
@ -369,6 +369,7 @@ TextDocumentView::SelectAll()
|
||||
|
||||
fTextEditor->SelectAll();
|
||||
_ShowCaret(false);
|
||||
Invalidate();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user