diff options
author | Miikka Heikkinen <[email protected]> | 2023-09-28 16:21:38 +0300 |
---|---|---|
committer | Miikka Heikkinen <[email protected]> | 2023-10-02 11:55:02 +0000 |
commit | 00cef940c0836547d1e4f964e77daff171e21428 (patch) | |
tree | 7ea5c478cb65f41fcbe4be316e08017d6fafe0a4 /src/libs/qmlpuppetcommunication | |
parent | dd47104d200a9642d446899b615393604340d612 (diff) |
QmlDesigner: Sync also skybox for scene environment in 3D view
If scene environment sync is specified for the 3D view background, we
now sync also skybox instead of just the clear color.
Fixes: QDS-10775
Change-Id: I3e8bd3b8155a4fbe476ca348761d56955a62f7c4
Reviewed-by: Mahmoud Badri <[email protected]>
Reviewed-by: Qt CI Patch Build Bot <[email protected]>
Diffstat (limited to 'src/libs/qmlpuppetcommunication')
-rw-r--r-- | src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h b/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h index 6e25b3b419c..58166516c80 100644 --- a/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h +++ b/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h @@ -44,7 +44,7 @@ enum class View3DActionType { ParticlesPlay, ParticlesRestart, ParticlesSeek, - SyncBackgroundColor, + SyncEnvBackground, GetNodeAtPos, SetBakeLightsView3D }; |