Replies: 2 comments
-
well @qFlensT the error is caused by the fact that the windows uses the same contex variable |
Beta Was this translation helpful? Give feedback.
-
@gucio321 It's related to imgui's context management. The |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! My button's task is to open a new window when it is clicked. But when calling
NewMasterWindow().Run()
I get the following error:"Expression: !Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!""
How can I solve it?
My code:
Beta Was this translation helpful? Give feedback.
All reactions