Very minor improvements to the table header column icon.

This commit is contained in:
Martín Lucas Golini
2020-08-16 22:05:20 -03:00
parent 8f430076ef
commit a5a55481dc
11 changed files with 98 additions and 42 deletions

View File

@@ -790,6 +790,7 @@ void App::showFindView() {
mSearchBarLayout->setEnabled( true )->setVisible( true );
UITextInput* findInput = mSearchBarLayout->find<UITextInput>( "search_find" );
findInput->getDocument().selectAll();
findInput->setFocus();
const TextDocument& doc = editor->getDocument();