Files
test2/source/blender/editors/interface
Harley Acheson 4e483dad4b Fix: String Offset Assert in Color Picker
Dragging on a color value slider in the color picker will assert for
an invalid string offset. We now using std::string for uiBut->str, the
string is empty and we are checking against str[1]. This replaces that
with an std::basic_string::find which handles this fine.

Pull Request: https://projects.blender.org/blender/blender/pulls/117455
2024-01-23 17:39:55 +01:00
..
2024-01-09 12:55:30 +01:00
2024-01-19 14:32:28 +01:00
2024-01-19 14:32:28 +01:00
2024-01-03 13:38:14 +01:00