LoadedCamel / MidsReborn

Mids' Reborn : Hero Designer
GNU General Public License v3.0
24 stars 8 forks source link

Set Inspector loads as a modal dialog #188

Open patrickhuber opened 2 months ago

patrickhuber commented 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:

  1. Go to 'Windows' menu item
  2. Click on 'Set Inspector'
  3. 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):

Additional context n/a