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

Maximize button doesn't work after ShowMaximized if x coordinate under Mac dockbar

    XMLWordPrintable

Details

    • macOS

    Description

      Use Mac dockbar on the left. It doesn't matter is it visible or not. Use application below and try to press green maximize button. There's no effect at all. Change geometry x coordinate out from dockbar geometry and button works.

      Test application:

      #include <QApplication>
      #include <QWidget>
      
      int main(int argc, char *argv[])
      {
      	QApplication app(argc, argv);
      	QWidget *w = new QWidget();
      	w->setGeometry(0,0,200,200);
      	w->showMaximized();
      	return app.exec();
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes