From 66644be69982278504e8fd18472b33c1d73f9d44 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Wed, 1 May 2024 14:15:47 +0300 Subject: [PATCH] Remove popz command in UIBase.cs --- Quik/Controls/UIBase.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Quik/Controls/UIBase.cs b/Quik/Controls/UIBase.cs index a5d4e65..ffd919d 100644 --- a/Quik/Controls/UIBase.cs +++ b/Quik/Controls/UIBase.cs @@ -53,7 +53,6 @@ namespace Quik.Controls protected virtual void PaintEnd(CommandList cmd) { - cmd.PopZ(); cmd.PopViewport(); }