Correct tool rename

Needed to update manipulator too.
This commit is contained in:
Campbell Barton 2018-07-03 14:20:05 +02:00
parent 952ae70109
commit a2ce6af2f5
1 changed files with 1 additions and 1 deletions

View File

@ -1420,7 +1420,7 @@ static void WIDGETGROUP_manipulator_setup(const bContext *C, wmManipulatorGroup
man->twtype = SCE_MANIP_TRANSLATE | SCE_MANIP_ROTATE | SCE_MANIP_SCALE;
man->use_twtype_refresh = true;
}
else if (STREQ(tref->idname, "Move")) {
else if (STREQ(tref->idname, "Grab")) {
man->twtype |= SCE_MANIP_TRANSLATE;
}
else if (STREQ(tref->idname, "Rotate")) {