aEnigmatic / xcom2-launcher

Unofficial XCOM 2 launcher
GNU General Public License v3.0
0 stars 0 forks source link

Class overrides improvements #8

Closed BlueRaja closed 8 years ago

BlueRaja commented 8 years ago

Now checks for conflicts involving UIScreenListeners as well. Also tweaked the conflict UI a bit.

BlueRaja commented 8 years ago

I reenabled conflicts on the main page, not sure if those were intentionally disabled or not. However, known bug: Currently when a mod becomes conflicted/not-conflicted with another mod, the row doesn't update until you hover over the row with your mouse then hover out. I'm not sure why.

aEnigmatic commented 8 years ago

You need to add a modlist_objectlistview.UpdateObjects() / UpdateObject() somewhere in the form for it to show instantly.

Great job though!