only include --force when the checkbox isn't disabled
related to PR 13777
This commit is contained in:
parent
b929b73590
commit
56cb3d7b66
|
@ -381,7 +381,7 @@
|
|||
(and (not (equal? the-pkg ""))
|
||||
(cons (get-current-action)
|
||||
(append
|
||||
(if (send cb get-value)
|
||||
(if (and (send cb is-enabled?) (send cb get-value))
|
||||
'(#:force #t)
|
||||
'())
|
||||
(if (selected-type)
|
||||
|
|
Loading…
Reference in New Issue
Block a user