Remove popz command in UIBase.cs

This commit is contained in:
H. Utku Maden 2024-05-01 14:15:47 +03:00
parent 39dfca18f2
commit 66644be699

@ -53,7 +53,6 @@ namespace Quik.Controls
protected virtual void PaintEnd(CommandList cmd)
{
cmd.PopZ();
cmd.PopViewport();
}