We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c14895 commit 7b26ec8Copy full SHA for 7b26ec8
src/ImGui.NET.SampleProgram/ImGuiController.cs
@@ -63,6 +63,7 @@ public ImGuiController(GraphicsDevice gd, OutputDescription outputDescription, i
63
ImGui.SetCurrentContext(context);
64
IntPtr implotContext = ImPlot.CreateContext();
65
ImPlot.SetCurrentContext(implotContext);
66
+ ImPlot.SetImGuiContext(context);
67
var fonts = ImGui.GetIO().Fonts;
68
ImGui.GetIO().Fonts.AddFontDefault();
69
0 commit comments