[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sd/source

Caolán McNamara caolanm at redhat.com
Sat Jan 4 00:25:11 PST 2014


 sd/source/ui/dlg/RemoteDialogClientBox.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f1227707e3c17ead24f00f5c2274a155c5926152
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 4 00:14:23 2014 +0000

    Resolves: fdo#72666 safe fix for 4-2
    
    Change-Id: I355f8b0f660b158cf05576e9a5a8d5fe7643d259
    Reviewed-on: https://gerrit.libreoffice.org/7268
    Reviewed-by: Siqi LIU <me at siqi.fr>
    Tested-by: Siqi LIU <me at siqi.fr>

diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
index a47f45a..5ff4947 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
@@ -83,6 +83,7 @@ ClientBox::ClientBox( Window* pParent, WinBits nStyle ) :
     m_aScrollBar.EnableDrag();
 
     m_aPinBox.SetUseThousandSep(false);
+    m_aPinBox.Show();
 
     SetPaintTransparent( true );
     SetPosPixel( Point( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP ) );


More information about the Libreoffice-commits mailing list