summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-04 00:14:23 +0000
committerSiqi LIU <me@siqi.fr>2014-01-04 08:24:45 +0000
commitf1227707e3c17ead24f00f5c2274a155c5926152 (patch)
tree766a4ecb8160837ea1ddd7fa472a8672d16573e9 /sd
parent607a82d728a00743dbc5fabd486f615d590d3774 (diff)
Resolves: fdo#72666 safe fix for 4-2
Change-Id: I355f8b0f660b158cf05576e9a5a8d5fe7643d259 Reviewed-on: https://gerrit.libreoffice.org/7268 Reviewed-by: Siqi LIU <me@siqi.fr> Tested-by: Siqi LIU <me@siqi.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
index a47f45aa553e..5ff494792099 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 ) );