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

Minor qtwinextras bug

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.2.0 RC1
    • 5.2.0 Beta1
    • Other
    • None
    • 8760c27d7c5fd6da9b6922608cc9bd9e361e210f

    Description

      Current 5.2beta1 Gitorious code has:

      if (pDwmGetColorizationColor)
              return pDwmSetWindowAttribute(hwnd, dwAttribute, pvAttribute, cbAttribute);
      

      I beileve there sould be:

      if (pDwmSetWindowAttribute)
              return pDwmSetWindowAttribute(hwnd, dwAttribute, pvAttribute, cbAttribute);
      

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            djm00n Dimitriy Ryazantcev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes