svx/source/tbxctrls/tbcontrl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7ff293f2d2793b30f30d2f499b332e5329d4ddb4
Author: Caolán McNamara <[email protected]>
Date:   Wed Oct 18 16:28:08 2017 +0100

    Resolves: tdf#113214 change back to previous entry after 'more' is 
dispatcher
    
    Change-Id: Ic5bd5f9182e47c6dfdab8fcd6399ffc482a4fb6a
    Reviewed-on: https://gerrit.libreoffice.org/43512
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index fe75a925220c..3b51e31795db 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -454,6 +454,8 @@ void SvxStyleBox_Impl::Select()
                 pViewFrm->ShowChildWindow( SID_SIDEBAR );
                 ::sfx2::sidebar::Sidebar::ShowPanel("StyleListPanel",
                                                     
pViewFrm->GetFrame().GetFrameInterface());
+                //tdf#113214 change text back to previous entry
+                SetText(GetSavedValue());
                 bDoIt = false;
             }
         }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to