Fix T37624: Rename Marker does not update Marker in 3D View until Frame Change

Was simply missing notifier listener in 3D viewport.

Also fixes missing refresh when adding a marker.
This commit is contained in:
Sergey Sharybin
2013-11-26 15:01:13 +06:00
parent 1239c265cb
commit a6188afaf3

View File

@@ -770,6 +770,7 @@ static void view3d_main_area_listener(bScreen *sc, ScrArea *sa, ARegion *ar, wmN
case ND_OB_VISIBLE:
case ND_LAYER:
case ND_RENDER_OPTIONS:
case ND_MARKERS:
case ND_MODE:
ED_region_tag_redraw(ar);
break;