summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/effects/GaussianBlur.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/GaussianBlur.qml b/src/effects/GaussianBlur.qml
index 7619550..4af9714 100644
--- a/src/effects/GaussianBlur.qml
+++ b/src/effects/GaussianBlur.qml
@@ -262,7 +262,7 @@ Item {
/*! \internal */
property int _kernelSize: _kernelRadius * 2 + 1;
/*! \internal */
- property int _dpr: Screen.devicePixelRatio;
+ property real _dpr: Screen.devicePixelRatio;
/*! \internal */
property bool _alphaOnly: false;
/*! \internal */