Index: ap_CocoaFrame.mm =================================================================== RCS file: /cvsroot/abi/src/wp/ap/cocoa/ap_CocoaFrame.mm,v retrieving revision 1.29 diff --unified=3 -r1.29 ap_CocoaFrame.mm --- ap_CocoaFrame.mm 14 Nov 2003 00:28:40 -0000 1.29 +++ ap_CocoaFrame.mm 5 Oct 2004 23:32:15 -0000 @@ -143,7 +143,9 @@ pFrameImpl->_showOrHideToolbars(); pFrameImpl->_showOrHideStatusbar(); } - pFrameImpl->_show(); + + // Will be called a little later in the initialization, after the document has been loaded + //pFrameImpl->_show(); return true; } @@ -317,6 +319,7 @@ toggleTopRuler(bRulerOn); toggleLeftRuler(bRulerOn && (pFrameData->m_pViewMode == VIEW_PRINT)); + [static_cast(getFrameImpl())->m_docAreaGRView setNeedsDisplay:YES]; } void AP_CocoaFrame::toggleBar(UT_uint32 iBarNb, bool bBarOn)