Open patrickhuber opened 2 months ago
Describe the bug The set inspector loads as a modal dialog. This means you can't modify your build while inspecting sets. https://github.com/LoadedCamel/MidsReborn/blob/edc3320ab794ad31e9d7a8553cba2c0ac48ea2b3/MidsReborn/Forms/frmMain.cs#L6602
To Reproduce Steps to reproduce the behavior:
Expected behavior When using set inspector, we should be able to modify our build by clicking in the main window. I think using the Show method would be a better option https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form.show?view=windowsdesktop-8.0
Show
Screenshots n/a
Desktop (please complete the following information):
Additional context n/a
Describe the bug The set inspector loads as a modal dialog. This means you can't modify your build while inspecting sets. https://github.com/LoadedCamel/MidsReborn/blob/edc3320ab794ad31e9d7a8553cba2c0ac48ea2b3/MidsReborn/Forms/frmMain.cs#L6602
To Reproduce Steps to reproduce the behavior:
Expected behavior When using set inspector, we should be able to modify our build by clicking in the main window. I think using the
Show
method would be a better option https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form.show?view=windowsdesktop-8.0Screenshots n/a
Desktop (please complete the following information):
Additional context n/a