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

QColorDialog::getColor wrongly initialized

    XMLWordPrintable

Details

    Description

      Run this: the white color that is passed as "initial value" is not displayed in the dialog. There seems to be some random factor. I tried various colors, sometimes it works, sometimes not.

      void main(int argc, char** argv)

      { QApplication app(argc, argv); QColor color(255, 255, 255); QColorDialog::getColor(color); }

      Attachments

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

        Activity

          People

            poikelin Joni Poikelin
            jirauser26727 user-04d21 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes