[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

Zheng Fan zhengfan at apache.org
Sun May 5 12:30:13 PDT 2013


 svx/source/sidebar/paragraph/ParaPropertyPanel.cxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 46027d1156d6d39c62cac17ec40dcaf621816ae8
Author: Zheng Fan <zhengfan at apache.org>
Date:   Mon Apr 22 04:17:31 2013 +0000

    Resolves: #i122054# for change the drop down list issue
    
    (cherry picked from commit 07c075acd60e93962c785d066c84f2a80a47e958)
    
    Change-Id: Ide6bdd5177298a345bed90af68a24e0edcda1cd1

diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index ff26838..b68c7fd 100644
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -369,12 +369,14 @@ void ParaPropertyPanel::EndSpacingPopupMode (void)
 
 void ParaPropertyPanel::EndBulletsPopupMode (void)
 {
-    //maUnderlinePopup.Hide();
+    //i122054, Missed following line, for collapse the bullets popup
+    maBulletsPopup.Hide();
 }
 
 void ParaPropertyPanel::EndNumberingPopupMode (void)
 {
-    //maUnderlinePopup.Hide();
+    //i122054, Missed following line, for collapse the numbering popup
+    maNumberingPopup.Hide();
 }
 
 


More information about the Libreoffice-commits mailing list