hugoattal / DarkerNodes

Modern theme for the Unreal editor
51 stars 2 forks source link

Checkboxes for UMG are now just boxes #80

Closed W2Wizard closed 3 years ago

W2Wizard commented 3 years ago

Issue: When using a checkbox in UMG it just ends up being a box, it still works however it lost its visual feedback pretty much.

Changing the state to undetermined restores it however just for that state.

Image: image

W2Wizard commented 3 years ago

This seems to be a similar issue with the spinbox arrows

image

hugoattal commented 3 years ago

@W2Wizard That weird... It looks like https://github.com/TheHerobrine/DarkerNodes/issues/79, but weirder...

What version of Unreal Engine are you using? What version of Darker Nodes are you using?

You may want to try those steps:

EDIT: no need to do this in fact

hugoattal commented 3 years ago

Oh no, it seems to be different, I think I found where it comes from!

hugoattal commented 3 years ago

Love reading this in the engine code 😂 image

W2Wizard commented 3 years ago

Code projects be like:

// THIS SHOULD NEVER BE DONE LIKE THIS, THIS IS CATASTROPHICALLY BAD REMOVE BEFORE RELEASE!!1!!

Still gets shipped with the same code 6 years later

hugoattal commented 3 years ago

Wow, after a lonnnng time, I found a hack to fix their hack 😛