paint: cleanup

This commit is contained in:
luboslenco
2026-03-15 11:37:45 +01:00
parent f2e53fd899
commit fdb88c3cc9
63 changed files with 904 additions and 900 deletions
+1 -1
View File
@@ -1101,7 +1101,7 @@ void layers_update_fill_layer(bool parse_paint) {
void layers_set_object_mask() {
string_t_array_t *ar = any_array_create_from_raw(
(void *[]){
tr("None", NULL),
tr("None"),
},
1);
for (i32 i = 0; i < project_paint_objects->length; ++i) {