ISOR3X / pawn-editor

5 stars 5 forks source link

Dialog_ColorPicker color fields fixes #95

Closed Taranchuk closed 7 months ago

Taranchuk commented 7 months ago

Fixes issues with color fields not working basically

ISOR3X commented 7 months ago

Hex input and hue/sat work great now, only the hex field no longer updates when the color is changed through the other inputs.

Taranchuk commented 7 months ago

I've looked into it, but I couldn't figure out how to tell if the player is no longer focused on the hex field so I can just refresh the buffer string with the color value. At this moment I've spent like 2 hours on it and figured out that there are more important bugs to fix.

ISOR3X commented 7 months ago

Have you looked at how I did this for the age input? See; UIUtility/Intfield method

Taranchuk commented 7 months ago

I didn't look, but I can check