mirror of https://github.com/CGAL/cgal
plugin bugfix
This commit is contained in:
parent
9ccc744da1
commit
c5500d972b
|
|
@ -363,7 +363,7 @@ private Q_SLOTS:
|
||||||
void onVisibilityChanged(bool) {
|
void onVisibilityChanged(bool) {
|
||||||
if (!dock_widget->isVisible())
|
if (!dock_widget->isVisible())
|
||||||
return;
|
return;
|
||||||
std::cout << "in visibility changed" << std::endl;
|
onItemIndexSelected(scene->mainSelectionIndex());
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue