On Fri May 31 18:28:10 2024 +0000, Fabian Maurer wrote:
Because everytime the text in that edit control gets modified, it triggers that logic. The same thing is done in `CC_EditSetRGB` and `CC_EditSetHSL`, but it was missing here.
We modify it when clamping. Why would that cause another text change? My understanding is that you enter something -> change notification -> check -> limit -> change notification -> check -> no need to limit.