Changeset 61 for trunk/src/kernel/qpaintdevice_pm.cpp
- Timestamp:
- Feb 6, 2006, 10:43:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qpaintdevice_pm.cpp
r59 r61 536 536 if ( td != QInternal::Pixmap ) { 537 537 if ( !dst_ps && td == QInternal::Widget ) { 538 QWidget *dst_w = (QWidget*)dst; 539 if ( dst_w->testWFlags(Qt::WPaintUnclipped) ) { 540 dst_ps = WinGetClipPS( dst_w->winId(), 0, PSF_PARENTCLIP ); 541 } else { 542 dst_ps = WinGetPS( dst_w->winId() ); 543 } 538 dst_ps = ((QWidget*)dst)->getTargetPS(); 544 539 dst_tmp = TRUE; 545 540 }
Note:
See TracChangeset
for help on using the changeset viewer.