From cc5901b86f2e0e5d2a2ef3a7ab53596f7b78a84b Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sun, 31 Oct 2010 13:33:31 +0000 Subject: [PATCH] A needed Shotd -> Shotf --- src/meshlab/multiViewer_Container.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlab/multiViewer_Container.cpp b/src/meshlab/multiViewer_Container.cpp index d65c2b177..076bf5a29 100644 --- a/src/meshlab/multiViewer_Container.cpp +++ b/src/meshlab/multiViewer_Container.cpp @@ -294,7 +294,7 @@ void MultiViewer_Container::updateTrackballInViewers() GLArea* glArea = qobject_cast(currentView()); if(glArea) { - QPair shotAndScale = glArea->shotFromTrackball(); + QPair shotAndScale = glArea->shotFromTrackball(); foreach(Viewer* viewer, viewerList) if(viewer->getId() != currentId){ ((GLArea*) viewer)->loadShot(shotAndScale);