diff --git a/src/Artemis.Core/Models/Profile/Layer.cs b/src/Artemis.Core/Models/Profile/Layer.cs index ce19a7908..8dbdb4311 100644 --- a/src/Artemis.Core/Models/Profile/Layer.cs +++ b/src/Artemis.Core/Models/Profile/Layer.cs @@ -350,9 +350,7 @@ namespace Artemis.Core // No point rendering if the alpha was set to zero by one of the effects if (layerPaint.Color.Alpha == 0) return; - - layerCanvas.ClipPath(layerPath); - + if (!LayerBrush.SupportsTransformation) SimpleRender(layerCanvas, _layerBitmap.Info, layerPaint, layerPath); else if (General.ResizeMode.CurrentValue == LayerResizeMode.Normal) diff --git a/src/Artemis.Core/Resources/intro-profile.json b/src/Artemis.Core/Resources/intro-profile.json index 44f7f5874..abd185a69 100644 --- a/src/Artemis.Core/Resources/intro-profile.json +++ b/src/Artemis.Core/Resources/intro-profile.json @@ -35,15 +35,6 @@ "ExpandedPropertyGroups": { "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", "$values": [] - }, - "RootDisplayCondition": { - "$type": "Artemis.Storage.Entities.Profile.DisplayConditionGroupEntity, Artemis.Storage", - "BooleanOperator": 0, - "Children": { - "$type": - "System.Collections.Generic.List`1[[Artemis.Storage.Entities.Profile.Abstract.DisplayConditionPartEntity, Artemis.Storage]], System.Private.CoreLib", - "$values": [] - } } } ] @@ -322,15 +313,6 @@ "$values": [ "LayerBrush" ] - }, - "RootDisplayCondition": { - "$type": "Artemis.Storage.Entities.Profile.DisplayConditionGroupEntity, Artemis.Storage", - "BooleanOperator": 0, - "Children": { - "$type": - "System.Collections.Generic.List`1[[Artemis.Storage.Entities.Profile.Abstract.DisplayConditionPartEntity, Artemis.Storage]], System.Private.CoreLib", - "$values": [] - } } }, { @@ -586,15 +568,6 @@ "ExpandedPropertyGroups": { "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", "$values": [] - }, - "RootDisplayCondition": { - "$type": "Artemis.Storage.Entities.Profile.DisplayConditionGroupEntity, Artemis.Storage", - "BooleanOperator": 0, - "Children": { - "$type": - "System.Collections.Generic.List`1[[Artemis.Storage.Entities.Profile.Abstract.DisplayConditionPartEntity, Artemis.Storage]], System.Private.CoreLib", - "$values": [] - } } }, { @@ -837,15 +810,6 @@ "$values": [ "LayerBrush" ] - }, - "RootDisplayCondition": { - "$type": "Artemis.Storage.Entities.Profile.DisplayConditionGroupEntity, Artemis.Storage", - "BooleanOperator": 0, - "Children": { - "$type": - "System.Collections.Generic.List`1[[Artemis.Storage.Entities.Profile.Abstract.DisplayConditionPartEntity, Artemis.Storage]], System.Private.CoreLib", - "$values": [] - } } } ] diff --git a/src/Artemis.UI/Screens/Settings/Debug/DebugView.xaml b/src/Artemis.UI/Screens/Settings/Debug/DebugView.xaml index 8f7a8371a..fbe220eb2 100644 --- a/src/Artemis.UI/Screens/Settings/Debug/DebugView.xaml +++ b/src/Artemis.UI/Screens/Settings/Debug/DebugView.xaml @@ -18,7 +18,8 @@ Width="800" Height="800" d:DesignHeight="800" d:DesignWidth="800" d:DataContext="{d:DesignInstance debug:DebugViewModel}" - Icon="/Resources/Images/Logo/logo-512.png"> + Icon="/Resources/Images/Logo/logo-512.png" + Topmost="{Binding StayOnTopSetting.Value}"> +