Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code

This commit is contained in:
wmayer 2014-10-21 21:41:28 +02:00
commit 28d1bf5ed9

View File

@ -2669,11 +2669,11 @@ void View3DInventorViewer::setAntiAliasingMode(View3DInventorViewer::AntiAliasin
break;
};
if(getSoRenderManager()->getGLRenderAction()->isSmoothing() != smoothing)
if (getSoRenderManager()->getGLRenderAction()->isSmoothing() != smoothing)
getSoRenderManager()->getGLRenderAction()->setSmoothing(smoothing);
if(static_cast<QGLWidget*>(this->viewport())->format().samples() != buffers)
Base::Console().Message("To change multisampling settings please close and open the 3d view again");
if (static_cast<QGLWidget*>(this->viewport())->format().samples() != buffers)
Base::Console().Message("To change multisampling settings please close and open the 3d view again\n");
}