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

app not responging while frameless with transparent background and dragging to another screen with different scale

    XMLWordPrintable

Details

    Description

      I am using frameless widgets with transparent backgrounds
      this->setWindowFlags(Qt::FramelessWindowHint);
      this->setAttribute(Qt::WA_TranslucentBackground);
      but while dragging the app window to another screen with different scale (one screen 125% the other 100% on win 10 64bit) the app stops responding. it seems to be cycled in resizing. When I do the drag and drop very fast, it makes it trough, but with normal dragging the app stops responding and crashes. I adjusted one of the qt examples so you can debug it more easily In the example the drag is inside the the widgets

      Attachments

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

        Activity

          People

            smd Jan Arve
            fogelton fogelton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes