summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-11-19 16:04:01 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-23 12:11:17 (GMT)
commitc15a7c3bd9eac24510df02008db2e8701b678e33 (patch)
tree12b31a83d837482974a9ccc498e201cc0623d063
parent433718d78d8b18f9e511e84288e04338ede87bd6 (diff)
downloadQt-c15a7c3bd9eac24510df02008db2e8701b678e33.zip
Qt-c15a7c3bd9eac24510df02008db2e8701b678e33.tar.gz
Qt-c15a7c3bd9eac24510df02008db2e8701b678e33.tar.bz2
Document known issue - window resizing slower on Windows 7 due to gesture
initialization process creating window handles. (cherry picked from commit b752acf1805eebd64e7e833862690e9ebdb714e3)
-rw-r--r--doc/src/getting-started/known-issues.qdoc5
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 75ea7b4..cfc36ea 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