src/gui/embedded/qwsmanager_qws.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   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 }