mirror of https://github.com/CGAL/cgal
Merge pull request #2307 from maxGimeno/Fix_updateGL_calls-GF
Polyhedron_demo: Fix remaining ArchLinux compilation error
This commit is contained in:
commit
b7b30f4313
|
|
@ -246,7 +246,7 @@ protected Q_SLOTS:
|
|||
//!and viewer accordingly.
|
||||
/*!
|
||||
* Set the scene selected item or selected item list. Sets the manipulated
|
||||
* frame of the viewer to the new selected item's and calls updateGL().
|
||||
* frame of the viewer to the new selected item's and calls update().
|
||||
*/
|
||||
void selectionChanged();
|
||||
//! Scrolls to the new selected item from its name in the Geometric Objects list.
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ public Q_SLOTS:
|
|||
ui_widget.close_checkBox->isChecked());
|
||||
}
|
||||
item->invalidateOpenGLBuffers();
|
||||
viewer->updateGL();
|
||||
viewer->update();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue