omar
omar
@Tadminster Have you been able to confirm that this is fixed?
Closing as assumed fixed.
Yes that would be good. One that possibly tackle this and #7765 (if meaningful you can split in multiple commits). I don't know WGPU very well so any explanation is...
Hello, I have merged https://github.com/ocornut/imgui/commit/aaacb01b8d4441453928116240b5041625d43fbf, however your past post said: > Unfortunately, it's not feasible because we would have to release the WGPUBindGroups in RenderDrawData(), but they need to stay...
Unlike leftright arrow keys, Tabbing follows submission order. It kinda mimics what e.g. Win32 api exposed as tabbing order. One property of that is that it guarantees every item are...
I have pushed the suggested change as f77d228. Thank you!
(Issue 8000 🎉😅) - fc9d6b6cb initially added - f693c3d80 effectively removed it already. - 72d760ba rework of this system. I believe `ImGuiDockNodeFlags_NoDockingSplit` does exactly the same thing as `ImGuiDockNodeFlags_NoDockingSplitMe` so...
> Expected behavior The new window should be docked if there are no settings available for it yet, as the dockbuilder sets it up, loading the ini file should not...
This is not supported indeed.
Non integer height fonts are not really supported by the layout system anyway, and `SetWindowFontScale()` leading to that case isn't well supported as well. In theory we could make `ImGuiWindow::CalcFontSize()`...