Skip to content

Commit

Permalink
plugin bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
soesau committed Dec 9, 2024
1 parent 9ccc744 commit c5500d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5500d9

Please sign in to comment.