[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 25 21:45:16 UTC 2020
sw/source/uibase/misc/redlndlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9ce254a7797405b3b655ba4e5be2190cddad2902
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Jan 25 17:54:23 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Jan 25 22:44:43 2020 +0100
Resolves: tdf#130174 explicitly call SelectHdl
Change-Id: Ibda5c3595f8e02bba9faa027f4c90762aa817b42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87418
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index d3159a43eb0f..fb73cd8dbc29 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -863,6 +863,7 @@ void SwRedlineAcceptDlg::CallAcceptReject( bool bSelect, bool bAccept )
rTreeView.select(nPos);
rTreeView.scroll_to_row(nPos);
rTreeView.set_cursor(nPos);
+ SelectHdl(rTreeView);
}
m_pTPView->EnableUndo();
}
More information about the Libreoffice-commits
mailing list