Răsfoiți Sursa

[gradient] cdb Preview now properly works with multiple targets

Clément Espeute 11 luni în urmă
părinte
comite
972e01cfcd
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      hide/comp/GradientEditor.hx

+ 1 - 0
hide/comp/GradientEditor.hx

@@ -661,6 +661,7 @@ class GradientEditor extends Popup {
 
             for (prefab in currentPrefabs) {
                 prefabToRefresh.set(prefab, true);
+                var propPath = propPath.copy();
                 var currentProps = getObjectPathRec(propPath, prefab, false);
 
                 if (value != null) {