sd/source/ui/dlg/RemoteDialogClientBox.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit f1227707e3c17ead24f00f5c2274a155c5926152 Author: Caolán McNamara <[email protected]> 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 <[email protected]> Tested-by: Siqi LIU <[email protected]> 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 ) );
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
