plugin bugfix

This commit is contained in:
Sven Oesau 2024-12-09 11:06:43 +01:00
parent 9ccc744da1
commit c5500d972b
1 changed files with 1 additions and 1 deletions

View File

@ -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: