Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Chamfer popup window opens with size 0 (invisible) #226

Closed
AmitloafTotes opened this issue Feb 12, 2019 · 0 comments · Fixed by #236
Closed

Chamfer popup window opens with size 0 (invisible) #226

AmitloafTotes opened this issue Feb 12, 2019 · 0 comments · Fixed by #236

Comments

@AmitloafTotes
Copy link

On unity 2018.3 - it appears that when the height is 0, OnGui doesn't run so it doesn't automatically set the window's height. Need to give it some starting height.

Change line 49 in ToolSettingsPopup.cs from
private float m_Height = 0.0f;
to
private float m_Height = 10.0f;
to fix this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant