diff --git a/common/confirm.cpp b/common/confirm.cpp index 85fe46960a..3e5080dd4d 100644 --- a/common/confirm.cpp +++ b/common/confirm.cpp @@ -167,8 +167,7 @@ public: m_sdbSizer1Cancel->SetLabel( aCancelLabel ); m_sdbSizer1OK->SetDefault(); - m_sdbSizer1->Layout(); - m_buttonSizer->Layout(); + Layout(); FinishDialogSettings(); };