equal
deleted
inserted
replaced
666 { |
666 { |
667 const QWidget *win = window(); |
667 const QWidget *win = window(); |
668 if (!win) |
668 if (!win) |
669 return; |
669 return; |
670 |
670 |
|
671 #ifndef QT_NO_GRAPHICSVIEW |
671 QWExtra *extra = win->d_func()->extra; |
672 QWExtra *extra = win->d_func()->extra; |
672 if (extra && extra->proxyWidget) |
673 if (extra && extra->proxyWidget) |
673 return; |
674 return; |
|
675 #endif //QT_NO_GRAPHICSVIEW |
674 |
676 |
675 Q_UNUSED(offset); |
677 Q_UNUSED(offset); |
676 |
678 |
677 const bool opaque = isOpaque(); |
679 const bool opaque = isOpaque(); |
678 #ifdef QT_QWS_DISABLE_FLUSHCLIPPING |
680 #ifdef QT_QWS_DISABLE_FLUSHCLIPPING |