From 3ffb01cadf3248aa6c9470d791e2d414afd0ad86 Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Sat, 9 Nov 2024 12:24:05 +0100 Subject: [PATCH] chore: post rebase --- src/Uno.UI/UI/Xaml/UIElement.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Uno.UI/UI/Xaml/UIElement.cs b/src/Uno.UI/UI/Xaml/UIElement.cs index 9830922434c5..161cf88f0f6c 100644 --- a/src/Uno.UI/UI/Xaml/UIElement.cs +++ b/src/Uno.UI/UI/Xaml/UIElement.cs @@ -942,7 +942,6 @@ internal void ApplyClip() InvalidateArrange(); #endif } -#endif partial void ApplyNativeClip(Rect rect #if __SKIA__