Changeset 767 for branches/vendor/nokia/qt/current/src/activeqt
- Timestamp:
- Aug 2, 2010, 5:05:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/src/activeqt/container/qaxwidget.cpp
r649 r767 1439 1439 HRESULT WINAPI QAxClientSite::EnableModeless(BOOL fEnable) 1440 1440 { 1441 #if !defined(Q_OS_WINCE)1442 LockWindowUpdate(host->window()->winId());1443 #endif1444 1441 EnableWindow(host->window()->winId(), fEnable); 1445 1442 … … 1452 1449 } 1453 1450 qt_win_ignoreNextMouseReleaseEvent = false; 1454 #if !defined(Q_OS_WINCE)1455 LockWindowUpdate(0);1456 #endif1457 1451 return S_OK; 1458 1452 }
Note:
See TracChangeset
for help on using the changeset viewer.
