MidsReborn
MidsReborn copied to clipboard
Set Inspector loads as a modal dialog
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:
- Go to 'Windows' menu item
- Click on 'Set Inspector'
- Try to click on the main window
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
Screenshots n/a
Desktop (please complete the following information):
- OS: Windows 10
- Browser: n/a
- Application Version: 3.7.5-21
- Database Version: 2024.8.865
Additional context n/a