Index: af/xap/cocoa/xap_CocoaFrame.mm =================================================================== RCS file: /cvsroot/abi/src/af/xap/cocoa/xap_CocoaFrame.mm,v retrieving revision 1.28 diff -c -r1.28 xap_CocoaFrame.mm *** af/xap/cocoa/xap_CocoaFrame.mm 2 Oct 2004 20:56:22 -0000 1.28 --- af/xap/cocoa/xap_CocoaFrame.mm 4 Oct 2004 23:51:20 -0000 *************** *** 111,118 **** - (void)drawRect:(NSRect)aRect { if (m_pGR) ! if (![self inLiveResize]) // this case handled in -hasBeenResized: below ! m_pGR->_callUpdateCallback(&aRect); } /*! --- 111,117 ---- - (void)drawRect:(NSRect)aRect { if (m_pGR) ! m_pGR->_callUpdateCallback(&aRect); } /*! *************** *** 177,183 **** if (pView && !pView->isLayoutFilling()) { pView->setWindowSize((UT_sint32)rint(rect.size.width), (UT_sint32)rint(rect.size.height)); ! m_pGR->_callUpdateCallback(&rect); // m_pFrame->quickZoom(); // was update zoom } } --- 176,182 ---- if (pView && !pView->isLayoutFilling()) { pView->setWindowSize((UT_sint32)rint(rect.size.width), (UT_sint32)rint(rect.size.height)); ! //m_pGR->_callUpdateCallback(&rect); // m_pFrame->quickZoom(); // was update zoom } }