_x11 child tooltip fixes progress
This commit is contained in:
@@ -206,6 +206,7 @@ namespace FlaxEditor.GUI.ContextMenu
|
||||
// Create window
|
||||
var desc = CreateWindowSettings.Default;
|
||||
desc.Position = locationSS;
|
||||
Editor.Log($"contextmenu loc: {locationSS}, in parentloc: {location}");
|
||||
desc.StartPosition = WindowStartPosition.Manual;
|
||||
desc.Size = dpiSize;
|
||||
desc.Fullscreen = false;
|
||||
@@ -220,6 +221,7 @@ namespace FlaxEditor.GUI.ContextMenu
|
||||
desc.IsTopmost = true;
|
||||
desc.Type = WindowType.Popup;
|
||||
desc.Parent = parentWin.Window;
|
||||
desc.Title = "ContextMenu";
|
||||
desc.HasSizingFrame = false;
|
||||
OnWindowCreating(ref desc);
|
||||
_window = Platform.CreateWindow(ref desc);
|
||||
|
||||
Reference in New Issue
Block a user