Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed Jun 10, 2022
2 parents fea805b + ac56db7 commit 2075732
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,9 @@ public boolean isDuplicateAllowed() {
// set actions based on number of items selected
int rowIndex = getRow();
DataTypeComponent comp = getComponent(rowIndex);
if (comp == null) {
return false;
}
DataType dt = comp.getDataType();
if (viewComposite.isPackingEnabled()) {
return true;
Expand Down

0 comments on commit 2075732

Please sign in to comment.