Moved transform type to main window.

This commit is contained in:
leo
2014-08-27 16:17:09 +00:00
parent 0a66fbeb82
commit 73952870fd
8 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -2142,5 +2142,5 @@ void View::OnMouseMove()
void View::OnMouseWheel(float Direction)
{
mProject->OnMouseWheel(this, Direction);
mProject->ZoomActiveView((int)((mInputState.Control ? 100 : 10) * Direction));
}