Remove invalid attribute setting for ContextMenus

This commit is contained in:
Anton Thomasson 2020-11-23 21:47:06 +01:00
parent 6e22c4ad76
commit ac25c5a0f8
4 changed files with 0 additions and 5 deletions

View file

@ -29,7 +29,6 @@ Setting {
}
menu: ContextMenu {
enabled: valid && limited_choices.length <= num_large_choices
Repeater {
model: limited_choices
MenuItem {

View file

@ -8,7 +8,6 @@ Setting {
displayValue: choice ? choice : default_choice
menu: ContextMenu {
enabled: valid
MenuItem {
Slider
{

View file

@ -21,7 +21,6 @@ Setting {
menu: ContextMenu {
id: menu
enabled: true
MenuItem {
text: qsTr("true")
onClicked:

View file

@ -35,8 +35,6 @@ Setting {
displayValue: choice_high==0 ? qsTr("all") : ""+choice_low+" - "+choice_high
menu: ContextMenu {
enabled: valid
MenuItem {
Slider
{