Skip to content

Update GUI code to work with KSP 1.1 and Unity 5#3

Closed
jwvanderbeck wants to merge 2 commits intoTriggerAu:masterfrom
jwvanderbeck:master
Closed

Update GUI code to work with KSP 1.1 and Unity 5#3
jwvanderbeck wants to merge 2 commits intoTriggerAu:masterfrom
jwvanderbeck:master

Conversation

@jwvanderbeck
Copy link
Copy Markdown

This changes the GUI handling to work properly under KSP 1.1 and Unity 5. So far it seems solid.

One additional change is required inside of MonoBehaviourWindowPlus but that doesn't seem to be a part of this project. In that class it is important that the OnGUIEvery() method call the base.

 internal override void OnGUIEvery()
 {
        base.OnGUIEvery();
        ddlManager.CloseOnOutsideClicks();
 }

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.

1 participant