mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 09:35:24 +00:00
Moved transform type to main window.
This commit is contained in:
+1
-1
@@ -2142,5 +2142,5 @@ void View::OnMouseMove()
|
||||
|
||||
void View::OnMouseWheel(float Direction)
|
||||
{
|
||||
mProject->OnMouseWheel(this, Direction);
|
||||
mProject->ZoomActiveView((int)((mInputState.Control ? 100 : 10) * Direction));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user