Skip to content

Commit

Permalink
Merge pull request #6 from RalphBln/oppl2_35
Browse files Browse the repository at this point in the history
fixes issue #5
  • Loading branch information
ignazio1977 committed Dec 21, 2015
2 parents 6f3ffa6 + da5a5a0 commit f27f9da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public void setRootObject(PatternAnnotationContainer root) {

@Override
protected List<MListButton> getListItemButtons(MListItem item) {
List<MListButton> listItemButtons = super.getListItemButtons(item);
List<MListButton> listItemButtons = new ArrayList<MListButton>(super.getListItemButtons(item));
if (item instanceof PatternListItem) {
final PatternModel patternModel = ((PatternListItem) item).getPatternModel();
if (!patternModel.isClassPattern()) {
Expand Down

0 comments on commit f27f9da

Please # to comment.