[Libreoffice-commits] core.git: svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 13:57:18 UTC 2020


 svx/source/tbxctrls/bulletsnumbering.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 24a071a08655536b7ec10b2a77792c8ec72a5d1d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Feb 26 10:28:03 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Feb 26 14:56:45 2020 +0100

    tdf#130952 crash launching bullets and numbering from sidebar more... dropdown
    
    Change-Id: I242c7281a891a8e52d9fa4e5ee2d20ba56d62fdc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89528
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/tbxctrls/bulletsnumbering.cxx b/svx/source/tbxctrls/bulletsnumbering.cxx
index 69bad8a9a01c..fc3244e193ef 100644
--- a/svx/source/tbxctrls/bulletsnumbering.cxx
+++ b/svx/source/tbxctrls/bulletsnumbering.cxx
@@ -171,10 +171,10 @@ void NumberingPopup::GrabFocus()
 
 IMPL_LINK_NOARG(NumberingPopup, VSButtonClickSetHdl, weld::Button&, void)
 {
-    mrController.EndPopupMode();
-
     auto aArgs( comphelper::InitPropertySequence( { { "Page", css::uno::makeAny( OUString("customize") ) } } ) );
     mrController.dispatchCommand( ".uno:OutlineBullet", aArgs );
+
+    mrController.EndPopupMode();
 }
 
 NumberingToolBoxControl::NumberingToolBoxControl( const css::uno::Reference< css::uno::XComponentContext >& rxContext ):


More information about the Libreoffice-commits mailing list