mirror of https://github.com/CGAL/cgal
Merge pull request #3761 from maxGimeno/Demo-Fix_visualization-GF
Polyhedron_Demo: Fix warning
This commit is contained in:
commit
1d04ad4d90
|
|
@ -187,8 +187,6 @@ void Clipping_box_plugin::clip(bool b)
|
|||
|
||||
void Clipping_box_plugin::tab_change()
|
||||
{
|
||||
CGAL::Three::Viewer_interface* viewer = static_cast<CGAL::Three::Viewer_interface*>(
|
||||
*CGAL::QGLViewer::QGLViewerPool().begin());
|
||||
QAction* action = mw->findChild<QAction*>("actionSwitchProjection");
|
||||
if(dock_widget->tabWidget->currentIndex() == 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue