This commit is contained in:
Maxime Gimeno 2017-07-04 15:51:31 +02:00
parent 9582ce1c5f
commit ced658ce82
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public:
//! Updates the information about `item` in the
//! Geometric Objects list and redraws the scene.
virtual void itemChanged(CGAL::Three::Scene_item* item) = 0;
//! Re computes the scnee's Bbox without recentering it.
//! Re computes the scene Bbox without recentering it.
virtual void itemVisibilityChanged(CGAL::Three::Scene_item*) = 0;
//! Clears the current selection then sets the selected item to the target index.
//! Used to update the selection in the Geometric Objects view.