mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
checking if desktop exists
This commit is contained in:
parent
0e83e5da06
commit
ff60058cbe
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Rectangle {
|
||||||
property int dropSamples: 9;
|
property int dropSamples: 9;
|
||||||
property int dropSpread: 0;
|
property int dropSpread: 0;
|
||||||
DropShadow {
|
DropShadow {
|
||||||
visible: showPlace; //&& desktop.gradientsSupported;
|
visible: showPlace && (desktop ? desktop.gradientsSupported : false)
|
||||||
source: place;
|
source: place;
|
||||||
anchors.fill: place;
|
anchors.fill: place;
|
||||||
horizontalOffset: dropHorizontalOffset;
|
horizontalOffset: dropHorizontalOffset;
|
||||||
|
|
Loading…
Reference in a new issue