Code style fix

#793
This commit is contained in:
Wojtek Figat
2022-10-23 23:49:46 +02:00
parent 2b514cc10e
commit b7b31aad8e

View File

@@ -159,7 +159,7 @@ namespace FlaxEditor.GUI.ContextMenu
{
// Direction: left
isLeft = true;
if (IsSubMenu && _parentCM != null)
{
locationSS.X -= _parentCM.Width + dpiSize.X;