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:
@@ -369,6 +369,7 @@ TextDocumentView::SelectAll()
|
|||||||
|
|
||||||
fTextEditor->SelectAll();
|
fTextEditor->SelectAll();
|
||||||
_ShowCaret(false);
|
_ShowCaret(false);
|
||||||
|
Invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user