We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Garry's Mod sandbox spawnmenu seems to work fine, but some menus using Dock(TOP) in experiment-redux are not sized to the correct height.
Dock(TOP)
The problem is likely somewhere here: https://github.com/luttje/experiment-source/blob/2047445d3408912a4570c35084387bc9727d68d9/src/vgui2/vgui_controls/Panel.cpp#L3950-L4035
Or it is caused by the layout not being 'recalculated' at the correct times.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Garry's Mod sandbox spawnmenu seems to work fine, but some menus using
Dock(TOP)
in experiment-redux are not sized to the correct height.The problem is likely somewhere here: https://github.com/luttje/experiment-source/blob/2047445d3408912a4570c35084387bc9727d68d9/src/vgui2/vgui_controls/Panel.cpp#L3950-L4035
Or it is caused by the layout not being 'recalculated' at the correct times.
The text was updated successfully, but these errors were encountered: