Fix for another missing update from GPencil in Outliner

This commit is contained in:
Julian Eisel 2015-02-17 02:11:17 +01:00
parent 89412028ce
commit 691cb61835
Notes: blender-bot 2023-02-14 09:29:36 +01:00
Referenced by issue #43714, Regression: Join Area in causes crashes in some cases
Referenced by issue #43715, Error on stretched Pole Target IK
Referenced by issue #43684, File Browser is unusable on Windows Machines
1 changed files with 2 additions and 5 deletions

View File

@ -388,11 +388,8 @@ static void outliner_main_area_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa)
}
break;
case NC_GPENCIL:
switch (wmn->data) {
case ND_DATA:
ED_region_tag_redraw(ar);
break;
}
if (ELEM(wmn->action, NA_EDITED, NA_SELECTED))
ED_region_tag_redraw(ar);
break;
}