diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2025-02-13 18:51:13 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.kose@collabora.com> | 2025-04-08 19:28:36 +0200 |
commit | 8933bdc9db8110e980a24b1f7c3627b59a4a1ff1 (patch) | |
tree | 98cf1af8388af36e99005b50a97185a5c24a2dec /sw/qa/inc/swtiledrenderingtest.hxx | |
parent | 93bf5c795f2a4aa3f7e3e3ff102aa0ce7a44b44e (diff) |
cool#11216 Remove unnecessary control to invalidate cursor
bPostItActive control is introduced by b9cc6653606c829805c6c01b9613a3a25d81c20b
Then new annotation changes introduced by 69c546e1e7a697217f273baa7c1729ff823efd76
makes this control unnecessary so removed the test testWriterCommentInsertCursor
introduced in first commit.
To keep that control makes buggy finding text via "Find and Replace"
dialog in comments. It never moves the visible cursor if the text
matches only in comments
Now it fixed.
Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: Ice60b4de2ae65c400b49153c3a0a4f3cccb7ad87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181634
Tested-by: Miklos Vajna <vmiklos@collabora.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183844
Tested-by: Jenkins
Diffstat (limited to 'sw/qa/inc/swtiledrenderingtest.hxx')
-rw-r--r-- | sw/qa/inc/swtiledrenderingtest.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/inc/swtiledrenderingtest.hxx b/sw/qa/inc/swtiledrenderingtest.hxx index 5150db235052..6419a90fd206 100644 --- a/sw/qa/inc/swtiledrenderingtest.hxx +++ b/sw/qa/inc/swtiledrenderingtest.hxx @@ -45,6 +45,7 @@ protected: int m_nRedlineTableEntryModified; int m_nTrackedChangeIndex; bool m_bFullInvalidateSeen; + tools::Rectangle m_aCursorRectangle; OString m_sHyperlinkText; OString m_sHyperlinkLink; OString m_aFormFieldButton; |