mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:17:23 +01:00
don't bring popuphandler to focus on appearing
This commit is contained in:
parent
26ceb4e875
commit
993bfc6ed4
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ public class PopupHandler : WindowMediatorSubscriberBase
|
||||||
| ImGuiWindowFlags.NoBackground
|
| ImGuiWindowFlags.NoBackground
|
||||||
| ImGuiWindowFlags.NoMove
|
| ImGuiWindowFlags.NoMove
|
||||||
| ImGuiWindowFlags.NoNav
|
| ImGuiWindowFlags.NoNav
|
||||||
| ImGuiWindowFlags.NoTitleBar;
|
| ImGuiWindowFlags.NoTitleBar
|
||||||
|
| ImGuiWindowFlags.NoFocusOnAppearing;
|
||||||
|
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
|
|
||||||
_handlers = popupHandlers.ToHashSet();
|
_handlers = popupHandlers.ToHashSet();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue