Skip to content

Commit

Permalink
Remove wrong features.rubberband condition of features.itemviews
Browse files Browse the repository at this point in the history
Change-Id: I0eff127baba2f8677ae08bb18ef0b4bb742d7b6e
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
sbinner committed Apr 21, 2017
1 parent 72b3fa7 commit 45104df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"label": "The Model/View Framework",
"purpose": "Provides the model/view architecture managing the relationship between data and the way it is presented to the user.",
"section": "ItemViews",
"condition": "features.itemmodel && features.rubberband && features.scrollarea",
"condition": "features.itemmodel && features.scrollarea",
"output": [ "publicFeature", "feature" ]
},
"treewidget": {
Expand Down

0 comments on commit 45104df

Please sign in to comment.