[Libreoffice-commits] .: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 9 14:05:08 PDT 2012
sfx2/source/dialog/tabdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit bf59cceafd05dba74e4fc3a3f5fdc8098bb1a95b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Oct 9 22:02:44 2012 +0100
fix blank dialogs: now need to explicitly call show on containers
Change-Id: I803f808e7049777ec5a46dc2fce00a3943321ffa
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 5d883c7..b137cee 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -592,6 +592,8 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText,
LINK( this, SfxTabDialog, ActivatePageHdl ) );
m_pTabCtrl->SetDeactivatePageHdl(
LINK( this, SfxTabDialog, DeactivatePageHdl ) );
+ m_pActionArea->Show();
+ m_pVBox->Show();
m_pTabCtrl->Show();
m_pOKBtn->Show();
m_pCancelBtn->Show();
More information about the Libreoffice-commits
mailing list