UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.11k stars 212 forks source link

Phantom progress bar windows on hover. #1616

Open VladiStep opened 7 months ago

VladiStep commented 7 months ago

Describe the bug

When you hover on the main window preview in the task bar, it shows all the progress bar windows that were closed. image

Reproducing steps

  1. Open any game.
  2. Hover on the main window preview.

Setup Details

  1. UTMT version - https://github.com/krzys-h/UndertaleModTool/commit/42e097ce9125935ff7dc696e90be79e3b66039f8
  2. Operating system - Windows 10 22H2 (19045.3803).
Miepee commented 1 month ago

This seems like a WPF bug? I rmember seeing that in other apps too at one point...

VladiStep commented 1 month ago

I think this is because of HideProgressBar(), so the progress window is hidden instead of closed.