Backport: select all the text when opening the find bar.

CCBUG: 172585

svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=869969
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 77a06e44aa
commit 43d39f37bc
  1. 1
      ui/findbar.cpp

@ -91,6 +91,7 @@ Qt::CaseSensitivity FindBar::caseSensitivity() const
void FindBar::focusAndSetCursor()
{
setFocus();
m_text->selectAll();
m_text->setFocus();
}

Loading…
Cancel
Save