Skip to content

Commit

Permalink
Deselect Manipulators when move is done
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Dec 19, 2016
1 parent 7cdf4c6 commit ec9201e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant/selection/ManipulateMouseTool.cpp
Expand Up @@ -219,6 +219,7 @@ void ManipulateMouseTool::endMove()

_manipulationActive = false;
_selectionSystem.pivotChanged();
activeManipulator->setSelected(false);

// Update the views
SceneChangeNotify();
Expand Down

0 comments on commit ec9201e

Please sign in to comment.