From 2a1b321ddeaff291f9e98d99367d1edb3c449f34 Mon Sep 17 00:00:00 2001 From: valentinbreiz Date: Sun, 5 Jul 2020 13:10:32 +0200 Subject: [PATCH] Add display method in graphic test kernel --- Tests/Kernels/GraphicTest/Kernel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/Kernels/GraphicTest/Kernel.cs b/Tests/Kernels/GraphicTest/Kernel.cs index 506f28e7d..12c7e38f1 100644 --- a/Tests/Kernels/GraphicTest/Kernel.cs +++ b/Tests/Kernels/GraphicTest/Kernel.cs @@ -112,6 +112,8 @@ namespace GraphicTest aCanvas.DrawEllipse(pen, 100, 69, 10, 50); aCanvas.DrawEllipse(pen, 100, 69, 10, 50); aCanvas.DrawEllipse(pen, 100, 69, 10, 50); + + aCanvas.Display(); aCanvas.Disable(); Console.WriteLine("Back in text mode");