diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2014-07-16 20:01:35 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-21 08:59:33 +0000 |
commit | 59f84b4a2c082382767f12e0c7a06a3f0b52e721 (patch) | |
tree | fcacf3472d84871437f73701da32d8f3fdf0161c /sd | |
parent | 95874c02b6be22192dca2a203b4d20c84f34bf4d (diff) |
fdo#79343 When searching in Draw or Impress, leave focus in search bar
Setting bGrabFocus to false resolved the problem.
Change-Id: I7678be76e1cca2a3d58635b4fc44aa3b1cdddb9a
Reviewed-on: https://gerrit.libreoffice.org/10362
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index ebbc0f5822cc..87c777aff7f8 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -1188,7 +1188,7 @@ void Outliner::PrepareSearchAndReplace (void) mbStringFound = true; mbMatchMayExist = true; - EnterEditMode (); + EnterEditMode(false); mpDrawDocument->GetDocSh()->SetWaitCursor( false ); // Start seach at the right end of the current object's text |