From a3e324b2dfda42df320791b1efff1bf5217b7747 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 12 Feb 2016 14:10:03 +0100 Subject: [PATCH] new clipping system nearly nickel --- Tests/GOLIBTests.cs | 2 ++ Tests/Interfaces/clip2.crow | 4 ++-- Tests/Interfaces/clip3.crow | 34 +++++++++++++++++++++++++++++++ Tests/Interfaces/clip4.crow | 30 +++++++++++++++++++++++++++ Tests/Tests.csproj | 6 ++++++ src/GraphicObjects/Border.cs | 3 +++ src/GraphicObjects/Label.cs | 3 +-- src/GraphicObjects/RadioButton.cs | 3 +++ 8 files changed, 81 insertions(+), 4 deletions(-) create mode 100755 Tests/Interfaces/clip3.crow create mode 100755 Tests/Interfaces/clip4.crow diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 622d1ce7..1fb98c18 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,8 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "clip4.crow", + "clip3.crow", "clip2.crow", "clip0.crow", "clip1.crow", diff --git a/Tests/Interfaces/clip2.crow b/Tests/Interfaces/clip2.crow index 8ab66910..4f95bf90 100755 --- a/Tests/Interfaces/clip2.crow +++ b/Tests/Interfaces/clip2.crow @@ -3,11 +3,11 @@ HorizontalAlignment="Right" VerticalAlignment="Bottom" MouseEnter="{Background=DimGray}" MouseLeave="{Background=Yellow}"> - -