nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Signalsandslots cleanup round 2 #75

Closed token419 closed 2 months ago

token419 commented 2 months ago

Cleaned up a lot of the display code, set_flags() was being called multiple times as well as .show() which created some weird ui states when saving settings. But the issue was also noticeable if you looked, you could see the taskbar flicker as the window re showed itself multiple times in succession.

Moved more logic into signals and slots and closer to where it is consumed.