NewFrame creates decorated window ? #59
Unanswered
PinkMushroom
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I need the version and environment info and the code to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
CImGui v1.79.0 I'm not exactly sure what the "environment info" is.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running some test code to learn imgui and it generates a frame labeled "Debug" along with a little button that collapses the frame, i.e. it looks like a mini-window (it can be resized too).
The problem is i'm not creating a gui element with a button, and there's no text "Debug" anywhere in my code, it looks like it's being created by default by NewFrame.
So the two questions are:
1 what is generating the labeling and decoration
2 how do i control it, for example, the frame can be resized. Can i make it a fixed size ?
Beta Was this translation helpful? Give feedback.
All reactions