omar
omar
FYI imho for this sorts of PR you may be better off rebasing it over master, squashing your few commits into one and force-pushing, this way the feature is always...
I mean even when updating like you are doing now. Instead of pushing merge commits (there’s currently 13 commits in the PR) you could push rebased commits
Thank you! Tagging @NostraMagister for possible feedback? (following https://github.com/ocornut/imgui/issues/7236#issuecomment-2258784142)
Your words are a little difficult to understand, to make connecting elements could you provide a shot/video capture for context and a minimum code repro that exhibit the problem, so...
I Thanks for the clarification! > code, but the window size and available size after Begin() ImageWindow return size that ignores Info and Props windows. That should not happen. Your...
I'll investigate when I have time to turn your code into a repro.
Thanks! > And you can set a breakpoint inside a Props window to see the pos and size variables. The size is only incorrect while the window is appearing and...
Misc feedback unrelated to code issue: (1) the call to `LoadIniSettingsFromDisk()` in your code seems unnecessary and misleading. (2) you might know that it is possible to change: ```cpp const...
Sorry it is PushStyleVarY() function:
I took your repro and showed you how the available content value was correct for every visible frame. Please clarify how/why that does not solve your problem. You seem to...