SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
409 stars 35 forks source link

Focus main window after child window closes #596

Closed Deterous closed 10 months ago

Deterous commented 10 months ago

Occasionally, the main window hides behind another application after the options window or disc information window is closed. To replicate current problem:

  1. Go to Options
  2. Go to the Paths tab, then click on a ... button so that the windows explorer window pops up
  3. Close this window, then close the options window
  4. The Main MPF window gets hidden behind previously opened application.

This attempts to solve the problem, but feels like a band-aid solution. Open to other ideas.