Remove ImPlot3D
This commit is contained in:
@@ -969,7 +969,7 @@ public unsafe static class ImGuiSDL3Platform
|
||||
{
|
||||
ViewPortData vd = ImGuiUserData<ViewPortData>.Get(viewport.PlatformUserData)!;
|
||||
|
||||
string? oldHint = SDL.GetHint(SDL.Hints.WindowActivateWhenShown);
|
||||
string oldHint = SDL.GetHint(SDL.Hints.WindowActivateWhenShown)!;
|
||||
|
||||
SDL.SetHint(SDL.Hints.WindowActivateWhenShown, (viewport.Flags & ImGuiViewportFlags.NoFocusOnAppearing) != 0 ? "0" : "1");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user