Fix T41995: Box selection - Edit mode - Header not updated.

This commit is contained in:
Bastien Montagne 2014-09-28 23:47:05 +02:00
parent da78dd78be
commit 101a1dddae
Notes: blender-bot 2023-02-14 10:02:21 +01:00
Referenced by issue #41995, Box selection - Edit mode - Header not updated
1 changed files with 1 additions and 1 deletions

View File

@ -1972,7 +1972,7 @@ static int do_armature_box_select(ViewContext *vc, rcti *rect, bool select, bool
ED_armature_sync_selection(arm->edbo);
return OPERATOR_CANCELLED;
return hits > 0 ? OPERATOR_FINISHED : OPERATOR_CANCELLED;
}
static int do_object_pose_box_select(bContext *C, ViewContext *vc, rcti *rect, bool select, bool extend)