From 45104dff04f938cc5d40698fca518b317b53083e Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Thu, 20 Apr 2017 21:57:17 +0200 Subject: [PATCH] Remove wrong features.rubberband condition of features.itemviews Change-Id: I0eff127baba2f8677ae08bb18ef0b4bb742d7b6e Reviewed-by: Lars Knoll --- src/widgets/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/configure.json b/src/widgets/configure.json index f84feb5761..f0fce9b52b 100644 --- a/src/widgets/configure.json +++ b/src/widgets/configure.json @@ -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": {