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

crash with QGraphicsDropShadowEffect and OpenGl viewport

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 4.6.3
    • 4.6.2
    • GUI: OpenGL
    • None
    • win32, msvc 2008 sp1
    • f04f014835e9fd4c41e9113e8036ba71ff884ae9

    Description

      My program crash with QGraphicsDropShadowEffect and OpenGl viewport, trying to apply it to QGraphicsSimpleTextItem

      it seems because
      Q_ASSERT(img.format() == QImage::Format_ARGB32_Premultiplied || img.format() == QImage::Format_RGB32);
      in expblur QPixmapFilter.cpp

      since QGLPixmapDropShadowFilter::processGL
      makes image in Format_Indexed8 format

      without OpenGl vievport effects works fine

      Attachments

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

        Activity

          People

            tcooksey Tom Cooksey
            qt4box Ivan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes