Fix (unreported) GPencil cannot deselect points with box/lasso select

Selecting in empty space wasnt considered as 'changed'.

Differential Revision: https://developer.blender.org/D8770
This commit is contained in:
Philipp Oeser 2020-09-01 11:13:48 +02:00
parent fec522be6a
commit ee393f9821
1 changed files with 2 additions and 0 deletions

View File

@ -1114,6 +1114,8 @@ static int gpencil_generic_select_exec(
gps->flag &= ~GP_STROKE_SELECT;
}
CTX_DATA_END;
changed = true;
}
/* select/deselect points */