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

Toplevel window scaling animation jitter on OSX

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3: Somewhat important
    • None
    • 5.1.0 Beta 1, 5.1.0 RC1, 5.1.1
    • None
    • OSX 10.8.3
    • macOS

    Description

      Scaling a window leads to jitter in the layouts inside the window.

      This seems to happen because "void QCocoaWindow::setGeometry(const QRect &rect)" inside qcocoamainwindow.mm sets back the geometry with QPlatformWindow::setGeometry(rect).

      Removing that line fixes the jitter issue while not crippling any functionality of the window.

      This could also be related to QTBUG-30762 (https://bugreports.qt-project.org/browse/QTBUG-30762).

      Attachments

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

        Activity

          People

            tpochep Timur Pocheptsov
            ricokirstein Rico Kirstein
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes