fixed nudge-selection and build-monitoring-defaults

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@66 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog
2006-05-13 15:09:54 +00:00
parent 509042502f
commit e9560a69a3
3 changed files with 4 additions and 2 deletions

View File

@@ -3285,7 +3285,7 @@ public:
/// \todo Support view-dependent nudge.
void NudgeManipulator(const Vector3& nudge, const Vector3& view)
{
if(ManipulatorMode() == eTranslate)
if(ManipulatorMode() == eTranslate || ManipulatorMode() == eDrag)
{
translateSelected(nudge);
}