GP: Small changes to assign color operator

This commit is contained in:
Antonioya
2018-09-25 18:44:53 +02:00
parent df5cb4d66f
commit fd1870b995

View File

@@ -1413,6 +1413,11 @@ static int gp_stroke_change_color_exec(bContext *C, wmOperator *op)
}
}
}
/* if not multiedit, exit loop*/
if (!is_multiedit) {
break;
}
}
}
CTX_DATA_END;