mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 13:32:51 -05:00
Don't use QtGraphicalEffects on parents.
This commit is contained in:
@ -2,10 +2,13 @@ import QtQuick 2.6
|
||||
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
Image {
|
||||
id: read_compact
|
||||
Item {
|
||||
|
||||
source: "info-tick.png"
|
||||
Image {
|
||||
id: read_compact
|
||||
|
||||
source: "info-tick.png"
|
||||
}
|
||||
|
||||
ColorOverlay {
|
||||
anchors.fill: read_compact
|
||||
|
||||
Reference in New Issue
Block a user