Changeset 710 for trunk/src/gui/painting/qwindowsurface_pm.cpp
- Timestamp:
- Apr 26, 2010, 4:59:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/gui/painting/qwindowsurface_pm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r707 r710 304 304 // during resize & move due to the different event order) 305 305 QRect src = from.intersected(QRect(0, 0, d->image->width(), d->image->height())); 306 QPoint dst = to -(src.bottomLeft() - from.bottomLeft());306 QPoint dst = to (src.bottomLeft() - from.bottomLeft()); 307 307 308 308 HWND hwnd = window()->winId(); … … 391 391 case WM_VRNENABLED: { 392 392 d->vrnDisabled = false; 393 394 395 396 397 398 399 393 400 if (LONGFROMMP(msg->mp1)) // window's visible region changed 401 394 402 d->vrnDirty = true; 395 403 d->posDirty = true;
Note:
See TracChangeset
for help on using the changeset viewer.
