Skip to content

Commit

Permalink
SALVL: Fixed the gizmo origin bug here too.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Jan 9, 2015
1 parent 142cbcd commit cb66590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SALVL/MainForm.cs
Expand Up @@ -543,8 +543,8 @@ internal void SelectedItemChanged()

if (SelectedItems.Count > 0) // set up gizmo
{
transformGizmo.Enabled = true;
transformGizmo.AffectedItems = SelectedItems;
if (!transformGizmo.Enabled) { transformGizmo.Enabled = true; }
}
else
{
Expand Down

0 comments on commit cb66590

Please sign in to comment.