Fix manipulators not updating when changing workspace view-layer

There are more issues when changing view-layer (esp. with edit-mode).
This commit is contained in:
Julian Eisel 2017-12-22 17:04:00 +01:00
parent c08dac000f
commit 430070938c
1 changed files with 2 additions and 0 deletions

View File

@ -1155,6 +1155,8 @@ static void manipulator_xform_message_subscribe(
else {
BLI_assert(0);
}
WM_msg_subscribe_rna_anon_prop(mbus, Window, view_layer, &msg_sub_value_mpr_tag_refresh);
}
/** \} */