Fix parent window position handling with popup/tooltip windows
This commit is contained in:
@@ -260,7 +260,7 @@ namespace FlaxEditor.GUI.ContextMenu
|
||||
desc.AllowDragAndDrop = false;
|
||||
desc.IsTopmost = true;
|
||||
desc.Type = WindowType.Popup;
|
||||
//desc.Parent = parentWin.Window;
|
||||
desc.Parent = parentWin.Window;
|
||||
desc.HasSizingFrame = false;
|
||||
OnWindowCreating(ref desc);
|
||||
_window = Platform.CreateWindow(ref desc);
|
||||
|
||||
Reference in New Issue
Block a user