Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. diff --git i/src/plugins/platforms/cocoa/qnsview.mm w/src/plugins/platforms/cocoa/qnsview.mm
  2. index 296b6a28cc..ce0ed24403 100644
  3. --- i/src/plugins/platforms/cocoa/qnsview.mm
  4. +++ w/src/plugins/platforms/cocoa/qnsview.mm
  5. @@ -374,6 +374,8 @@ static bool _q_dontOverrideCtrlLMB = false;
  6.  
  7. - (void) flushBackingStore:(QCocoaBackingStore *)backingStore region:(const QRegion &)region offset:(QPoint)offset
  8. {
  9. + QMacAutoReleasePool pool;
  10. +
  11. qCDebug(lcQpaCocoaWindow) << "[QNSView flushBackingStore:]" << m_platformWindow->window() << region.rectCount() << region.boundingRect() << offset;
  12.  
  13. m_backingStore = backingStore;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement