diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index 9f40d88f5686..c4ae80ab71a3 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -2506,10 +2506,10 @@ void SwGrfExtPage::ActivatePage(const SfxItemSet& rSet) m_pBmpWin->SetGraphic( *pGrf ); } + m_pMirror->Enable(bEnable); m_pAllPagesRB->Enable(bEnableMirrorRB); m_pLeftPagesRB->Enable(bEnableMirrorRB); m_pRightPagesRB->Enable(bEnableMirrorRB); - m_pMirror->Enable(bEnable); m_pAllPagesRB->SaveValue(); m_pLeftPagesRB->SaveValue();