fix blank dialogs: now need to explicitly call show on containers
Change-Id: I803f808e7049777ec5a46dc2fce00a3943321ffa
This commit is contained in:
parent
8e610f6148
commit
bf59cceafd
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue