Kaydet (Commit) 59f84b4a authored tarafından Alex Henrie's avatar Alex Henrie Kaydeden (comit) Caolán McNamara

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/10362Reviewed-by: 's avatarJoren De Cuyper <jorendc@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 95874c02
...@@ -1188,7 +1188,7 @@ void Outliner::PrepareSearchAndReplace (void) ...@@ -1188,7 +1188,7 @@ void Outliner::PrepareSearchAndReplace (void)
mbStringFound = true; mbStringFound = true;
mbMatchMayExist = true; mbMatchMayExist = true;
EnterEditMode (); EnterEditMode(false);
mpDrawDocument->GetDocSh()->SetWaitCursor( false ); mpDrawDocument->GetDocSh()->SetWaitCursor( false );
// Start seach at the right end of the current object's text // Start seach at the right end of the current object's text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment