Details
-
Bug
-
Resolution: Moved
-
P1: Critical
-
4.6.0
-
None
-
Windows
Description
All widgets that are children of a scroll area (and that often mean a majority of widgets in an application), are native rather than alien as in 4.5.
This line added in qwidget_win.cpp 4.6.0 cause this (in function QWidgetPrivate::winSetupGestures)
winid = q->winId(); // enforces the native winid on the viewport
if removed, we are back to a "normal" situation concerning alien-ness and get better painting performances.
Attachments
Issue Links
- is replaced by
-
QTBUG-6007 Enabling gestures enforces the creation of native window handle on Windows 7
- Closed