Fix material tool picking

This commit is contained in:
luboslenco
2025-09-05 12:50:56 +02:00
parent 6a0b63ebeb
commit 47010ae85c
+1
View File
@@ -265,6 +265,7 @@ function layers_update_fill_layers() {
context_raw.fill_type_handle.position = _fill_type;
context_raw.pdirty = 0;
context_raw.rdirty = 2;
make_material_parse_paint_material();
if (current != null) draw_begin(current);
return;