From b7b31aad8ec5b7503485ff60a4efd13c01bd170d Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 23 Oct 2022 23:49:46 +0200 Subject: [PATCH] Code style fix #793 --- Source/Editor/GUI/ContextMenu/ContextMenuBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/GUI/ContextMenu/ContextMenuBase.cs b/Source/Editor/GUI/ContextMenu/ContextMenuBase.cs index 400bf56cb..1093b50b7 100644 --- a/Source/Editor/GUI/ContextMenu/ContextMenuBase.cs +++ b/Source/Editor/GUI/ContextMenu/ContextMenuBase.cs @@ -159,7 +159,7 @@ namespace FlaxEditor.GUI.ContextMenu { // Direction: left isLeft = true; - + if (IsSubMenu && _parentCM != null) { locationSS.X -= _parentCM.Width + dpiSize.X;