Changeset 63 for trunk/src/kernel/qpainter_pm.cpp
- Timestamp:
- Feb 25, 2006, 9:58:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qpainter_pm.cpp
r62 r63 539 539 } else { 540 540 hps = w->getTargetPS ( unclipped ? QWidget::Unclipped : 541 QWidget::Clip All);541 QWidget::ClipDefault ); 542 542 w->hps = hps; 543 543 } … … 931 931 // } 932 932 #endif 933 // clip region in GPI cannot be used for anything else, so detach it 934 cur_crgn.detach(); 933 935 } else { 934 936 cur_crgn = def_crgn; 935 937 } 936 938 937 // clip region in GPI cannot be used for anything else, so detach it938 cur_crgn.detach();939 940 939 if ( !cur_crgn.isNull() ) 941 940 GpiSetClipRegion( hps, cur_crgn.handle( devh ), NULL );
Note:
See TracChangeset
for help on using the changeset viewer.