Network color setting issues
DemonfangArun opened this issue ยท 1 comments
Forge: 2800
Flux Networks 3.0.19-21
The color boxes in the edit network tab allow putting in invalid numbers into the color boxes (outside of 0-255). The network color label will changed to F X0V (or any of the combinations of such) if any color is set to 256 or higher (and presumably lower) and the cube will set to the closest valid color. Upon trying to access a flux storage cube that has been set in this manner a translation error will occur.
Suggested fix: enforce a limit of 0-255 when putting numbers into the network edit screen such that on attempting to enter an invalid number, it is blocked, or turns red and is not applied and not saved.