diff --git a/Modules/jaspAudit b/Modules/jaspAudit index 3e6a4c0044..849e2210cf 160000 --- a/Modules/jaspAudit +++ b/Modules/jaspAudit @@ -1 +1 @@ -Subproject commit 3e6a4c0044ae106483ee21b7bb3632123369154d +Subproject commit 849e2210cfed7984d6d11638b1877e740508e141 diff --git a/QMLComponents/components/JASP/Controls/TableView.qml b/QMLComponents/components/JASP/Controls/TableView.qml index 2634c495b8..d9792ef17b 100644 --- a/QMLComponents/components/JASP/Controls/TableView.qml +++ b/QMLComponents/components/JASP/Controls/TableView.qml @@ -331,7 +331,7 @@ TableViewBase tableView.itemChanged(columnIndex, rowIndex, displayValue, inputType) tableView.setButtons() } - editable: itemEditable && tableView.getEditable(columnIndex, rowIndex) + editable: tableView.enabled && itemEditable && tableView.getEditable(columnIndex, rowIndex) multiple: itemInputType === "formulaArray" } }