Kaydet (Commit) dbc616c0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

actually show the newly selected cell, tdf#106194

Change-Id: I0c9f839cbe55f2670602567e61dc4aba77fbef61
Reviewed-on: https://gerrit.libreoffice.org/36303Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 9ef71cff
...@@ -1943,6 +1943,7 @@ bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem, ...@@ -1943,6 +1943,7 @@ bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem,
( nTab == nOldTab ) && ( nTab == nOldTab ) &&
( nCol != nOldCol || nRow != nOldRow ) ) ( nCol != nOldCol || nRow != nOldRow ) )
{ {
AlignToCursor(nCol, nRow, SC_FOLLOW_JUMP);
SetCursor( nCol, nRow, true ); SetCursor( nCol, nRow, true );
} }
} }
......
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