Remove invalid attribute setting for ContextMenus
This commit is contained in:
parent
6e22c4ad76
commit
ac25c5a0f8
4 changed files with 0 additions and 5 deletions
|
@ -29,7 +29,6 @@ Setting {
|
|||
}
|
||||
|
||||
menu: ContextMenu {
|
||||
enabled: valid && limited_choices.length <= num_large_choices
|
||||
Repeater {
|
||||
model: limited_choices
|
||||
MenuItem {
|
||||
|
|
|
@ -8,7 +8,6 @@ Setting {
|
|||
displayValue: choice ? choice : default_choice
|
||||
|
||||
menu: ContextMenu {
|
||||
enabled: valid
|
||||
MenuItem {
|
||||
Slider
|
||||
{
|
||||
|
|
|
@ -21,7 +21,6 @@ Setting {
|
|||
|
||||
menu: ContextMenu {
|
||||
id: menu
|
||||
enabled: true
|
||||
MenuItem {
|
||||
text: qsTr("true")
|
||||
onClicked:
|
||||
|
|
|
@ -35,8 +35,6 @@ Setting {
|
|||
displayValue: choice_high==0 ? qsTr("all") : ""+choice_low+" - "+choice_high
|
||||
|
||||
menu: ContextMenu {
|
||||
enabled: valid
|
||||
|
||||
MenuItem {
|
||||
Slider
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue