memreduct icon indicating copy to clipboard operation
memreduct copied to clipboard

Fix inability to change color after black color is set

Open XakerTwo opened this issue 1 year ago • 0 comments

In codehere is check for NULL(0) of COLORREF, but it CAN be 0 since it's an A,R,G,B components, packed into Int32

So to fix issue, this check was simply removed Additionally check for value change was added to prevent useless updates when nothing was actually changed

XakerTwo avatar Feb 26 '25 16:02 XakerTwo