NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Fix various qt window problems #81

Closed th3w1zard1 closed 5 months ago

th3w1zard1 commented 5 months ago

PR was expected to fix all incorrect parenting instances, however I'm not sure which ones do need parent and which ones don't. Parenting controls whether a separate taskbar entry is shown.

I believe this is better to be fixed as the issues are noticed, rather than all in one pr.

This PR will fix mainly the update dialog, ensure it has a taskbar entry and has an icon. Before this PR the update dialog was hard to find and would not have a taskbar entry. It also would block loading of the main window.