equal
deleted
inserted
replaced
265 } |
265 } |
266 } |
266 } |
267 |
267 |
268 |
268 |
269 #ifndef QT_NO_CURSOR |
269 #ifndef QT_NO_CURSOR |
270 QWSDisplay *qwsd = QApplication::desktop()->qwsDisplay(); |
270 if (d->managed->minimumSize() != d->managed->maximumSize()) { |
271 qwsd->selectCursor(d->managed, regionToShape(d->cachedRegionAt())); |
271 QWSDisplay *qwsd = QApplication::desktop()->qwsDisplay(); |
|
272 qwsd->selectCursor(d->managed, regionToShape(d->cachedRegionAt())); |
|
273 } |
272 #endif //QT_NO_CURSOR |
274 #endif //QT_NO_CURSOR |
273 |
275 |
274 if (d->activeRegion) |
276 if (d->activeRegion) |
275 handleMove(e->globalPos()); |
277 handleMove(e->globalPos()); |
276 } |
278 } |