Skip to content

Commit

Permalink
enable advance configuration in fao-wocat option
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Jan 13, 2025
1 parent 487c0e0 commit 22a2542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LDMP/calculate_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def mode_te_prod_toggled(self):
self.advance_configurations.setCollapsed(True)
elif self.mode_fao_wocat.isChecked():
self.combo_lpd.setEnabled(True)
self.advance_configurations.setEnabled(False)
self.advance_configurations.setEnabled(True)
self.groupBox_ndvi_dataset.setEnabled(False)
self.groupBox_traj.setEnabled(False)
self.groupBox_perf.setEnabled(False)
Expand Down

0 comments on commit 22a2542

Please sign in to comment.