Changeset 753 for trunk/src/gui
- Timestamp:
- Jun 15, 2010, 10:55:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r752 r753 395 395 // receive visible region change messages (note that we don't do this 396 396 // for sub-widgets as it causes some strange PM freezes if these widgets 397 // are embedded windows manipulated by other processes) 397 // are embedded windows manipulated by other processes). We also want 398 // to handle other PM messages 398 399 widget->addPmEventFilter(this); 399 400 WinSetVisibleRegionNotify(widget->winId(), TRUE); 400 401 } else { 402 403 401 404 // receive reparent/destruction messages from children 402 405 // to cleanup the map … … 412 415 } else { 413 416 widget->removeEventFilter(this); 417 414 418 } 415 419 … … 476 480 *result = 0; 477 481 return true; 482 483 484 485 486 487 488 489 490 491 492 493 494 478 495 } 479 496 default:
Note:
See TracChangeset
for help on using the changeset viewer.