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

Using fastblur and crashing when closing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9.0 Alpha
    • 5.8.0 Beta, 5.8.0 RC
    • None
    • windows 10 64bit
      qt version: msvc2015 32bit install version
    • e6cc5382d9b789274d3e16e8601f33075b6a4b1c

    Description

      When using FastBlur or GaussianBlur

      Crash when closing program after using control of tabbutton or "qtquick control2" in "testitem".

      Item {
      	id: testitem
      	TabBar {
      		TabButton {text: "test" }
      		TabButton {text: "test2" }
      		TabButton {text: "test3" }
      	}
      }
      
      FastBlur {
      	id: fastBlur
      	anchors.fill: parent
      	radius: 30
      	source: ShaderEffectSource {
      		id: effectsource
      		sourceItem: testitem
      		sourceRect: Qt.rect( 0, 0, fastBlur.width, fastBlur.height )
      	}
      }
      

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            naviialto naviialto
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: