Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-7425

widgets forced to be native rather than alien

    XMLWordPrintable

Details

    • Bug
    • Resolution: Moved
    • P1: Critical
    • 4.6.3
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              dzyubenk Denis Dzyubenko (Inactive)
              jirauser26727 user-04d21 (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes