Skip to content

Commit

Permalink
Debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes committed Nov 19, 2024
1 parent 04c077f commit 69f638d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ManiVault/src/actions/WidgetActionMimeData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ WidgetActionMimeData::WidgetActionMimeData(WidgetAction* action) :

_highlightActions << candidateAction;
}

qDebug() << "Highlighting" << _highlightActions.count();

for (auto highlightAction : _highlightActions)
highlightAction->highlight();
Expand Down

0 comments on commit 69f638d

Please sign in to comment.