Skip to content

Conversation

wkjarosz
Copy link
Contributor

This PR fixes #147. The issue was that toolbar windows still had a minimum window size imposed by dear imgui, which cause the position and size for the main dock space to be calculated incorrectly.

This is a simple 2-line change which simply overrides the toolbar's minimum window size.

@pthom
Copy link
Owner

pthom commented Aug 31, 2025

Hi,

Many thanks for this fix ! Although the fix is short, I suspect that chasing the source of the issue was a bit more difficult, since it came from external constraints. So, thank you again!

Also, sorry for not answering sooner, I was on holiday in August.

Don’t worry for the failing checks, they are due to an incompatible older Vcpkg package.

@pthom pthom merged commit cbbea7d into pthom:master Aug 31, 2025
33 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect toolbar height; covers up window headers
2 participants