Explorar o código

Merge branch 'master' of https://github.com/PixiEditor/PixiEditor

Krzysztof Krysiński %!s(int64=3) %!d(string=hai) anos
pai
achega
448a52c2d1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      PixiEditor/Models/DataHolders/Document/Document.Layers.cs

+ 1 - 0
PixiEditor/Models/DataHolders/Document/Document.Layers.cs

@@ -591,6 +591,7 @@ namespace PixiEditor.Models.DataHolders
 
                 Layer layer = MergeLayers(layers, nameOfSecond, indexes[0]);
                 layer.ChangeGuid(mergedLayerGuid);
+                SetMainActiveLayer(Layers.IndexOf(layer));
             }
         }