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

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