diff --git a/Lab/demo/Lab/Plugins/Point_set/Kinetic_surface_reconstruction_plugin.cpp b/Lab/demo/Lab/Plugins/Point_set/Kinetic_surface_reconstruction_plugin.cpp index f3d9561abda6..9ef3b7a5f0c5 100644 --- a/Lab/demo/Lab/Plugins/Point_set/Kinetic_surface_reconstruction_plugin.cpp +++ b/Lab/demo/Lab/Plugins/Point_set/Kinetic_surface_reconstruction_plugin.cpp @@ -363,7 +363,7 @@ private Q_SLOTS: void onVisibilityChanged(bool) { if (!dock_widget->isVisible()) return; - std::cout << "in visibility changed" << std::endl; + onItemIndexSelected(scene->mainSelectionIndex()); } private: