mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
A needed Shotd -> Shotf
This commit is contained in:
parent
01dc697214
commit
cc5901b86f
@ -294,7 +294,7 @@ void MultiViewer_Container::updateTrackballInViewers()
|
||||
GLArea* glArea = qobject_cast<GLArea*>(currentView());
|
||||
if(glArea)
|
||||
{
|
||||
QPair<Shot,float> shotAndScale = glArea->shotFromTrackball();
|
||||
QPair<Shotf,float> shotAndScale = glArea->shotFromTrackball();
|
||||
foreach(Viewer* viewer, viewerList)
|
||||
if(viewer->getId() != currentId){
|
||||
((GLArea*) viewer)->loadShot(shotAndScale);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user