diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-19 16:04:01 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-19 16:04:46 (GMT) |
commit | b752acf1805eebd64e7e833862690e9ebdb714e3 (patch) | |
tree | 5fb787965fd8f958a61c3eeaa3491c2d2c7fbe0d /doc/src | |
parent | fb0ab6fbb9cf01fa4012fe67275ed4a4f3e2b71b (diff) | |
download | Qt-b752acf1805eebd64e7e833862690e9ebdb714e3.zip Qt-b752acf1805eebd64e7e833862690e9ebdb714e3.tar.gz Qt-b752acf1805eebd64e7e833862690e9ebdb714e3.tar.bz2 |
Document known issue - window resizing slower on Windows 7 due to gesture
initialization process creating window handles.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/getting-started/known-issues.qdoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc index 5c8888d..0af432d 100644 --- a/doc/src/getting-started/known-issues.qdoc +++ b/doc/src/getting-started/known-issues.qdoc @@ -122,6 +122,11 @@ \o A bug in the Firebird database can cause an application to crash when \c{fbembed.dll} is unloaded. The bug is fixed in version 2.5. + \o On Windows 7, resizing windows is slower than on Vista/Xp. This is because + the gesture initialization process (required for native gesture support) + currently calls winId() on widgets, which causes whole widget hierarchies + to use native window handles. This slows down resizing. + \endlist \section2 Mac OS X |