Fix missing redraw of timeline when changing GPencil layer settings

This commit is contained in:
Julian Eisel 2016-07-29 20:42:57 +02:00
parent e4255a9535
commit 574bbf5d1d
1 changed files with 4 additions and 0 deletions

View File

@ -585,6 +585,10 @@ static void time_main_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa),
break;
}
break;
case NC_GPENCIL:
if (wmn->data == ND_DATA)
ED_region_tag_redraw(ar);
break;
}
}