Cleanup: Make format
Formatting changes resulting from Make Format
This commit is contained in:
@@ -2358,8 +2358,7 @@ static void radial_control_set_initial_mouse(bContext *C, RadialControl *rc, con
|
||||
d[1] *= zoom[1];
|
||||
}
|
||||
rc->scale_fac = 1.0f;
|
||||
if (rc->ptr.owner_id && GS(rc->ptr.owner_id->name) == ID_BR && rc->prop == &rna_Brush_size)
|
||||
{
|
||||
if (rc->ptr.owner_id && GS(rc->ptr.owner_id->name) == ID_BR && rc->prop == &rna_Brush_size) {
|
||||
Brush *brush = reinterpret_cast<Brush *>(rc->ptr.owner_id);
|
||||
rc->scale_fac = ED_gpencil_radial_control_scale(C, brush, rc->initial_value, event->mval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user