From a823099f5db40fb8b2cbe79179185db5266e01e3 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 12 Feb 2016 11:52:50 +0100 Subject: [PATCH] separate RecreateCache and UpdateCache --- Tests/GOLIBTests.cs | 1 + Tests/Interfaces/clip1.crow | 6 +-- Tests/Interfaces/clip2.crow | 10 +++++ Tests/Tests.csproj | 3 ++ src/GraphicObjects/GraphicObject.cs | 2 +- src/GraphicObjects/Group.cs | 53 +++++++++----------------- src/GraphicObjects/PrivateContainer.cs | 2 +- src/OpenTKGameWindow.cs | 34 +++++------------ 8 files changed, 47 insertions(+), 64 deletions(-) create mode 100755 Tests/Interfaces/clip2.crow diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index adc61818..622d1ce7 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,7 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "clip2.crow", "clip0.crow", "clip1.crow", "0.crow", diff --git a/Tests/Interfaces/clip1.crow b/Tests/Interfaces/clip1.crow index 957080b9..d5fcf79b 100755 --- a/Tests/Interfaces/clip1.crow +++ b/Tests/Interfaces/clip1.crow @@ -1,5 +1,5 @@  - @@ -11,11 +11,11 @@ HorizontalAlignment="Right" VerticalAlignment="Bottom" MouseEnter="{Background=Blue}" MouseLeave="{Background=Yellow}"> - -