Skip to content
New issue

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

"Reload Database" Causes GUI to be duplicated #3

Closed
gomker opened this issue Nov 12, 2016 · 4 comments
Closed

"Reload Database" Causes GUI to be duplicated #3

gomker opened this issue Nov 12, 2016 · 4 comments
Assignees

Comments

@gomker
Copy link

gomker commented Nov 12, 2016

I do part modifications and I recently found out about Alt+F12, database - > Reload database (late to the game, I know)
I find it duplicates the GUI window, and if I had one hidden before, it will hide the 2nd and show the first.
Reload again, now I have 3 etc...

@Gerry1135
Copy link
Owner

Hmm, that's a bit weird, it's supposed to only ever get started once. Must be a quirk of how the reload works. I'm away from home at the moment but I'll take a look to see if there's a handy GameEvent I can hook into when I get back.

@Gerry1135 Gerry1135 self-assigned this Nov 13, 2016
@gomker
Copy link
Author

gomker commented Nov 13, 2016

I believe this will load Assemblies too, which is nice for part mod testing - have not verified, but it looks as if MemGraph is starting for the first time like game load.

@Gerry1135
Copy link
Owner

Yeah, if there isn't a GameEvent then I should just be able to make it a singleton and make any new instances just kill themselves.

@Gerry1135
Copy link
Owner

Fixed in f9a3e8e
Version 1.1.0.3

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

No branches or pull requests

2 participants