Skip to content

Commit

Permalink
Set tab_log disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorip committed Nov 17, 2020
1 parent d39aad3 commit 561a5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/mincut.py
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,7 @@ def load_mincut(self, result_mincut_id):
body = self.create_body(extras=extras)
result = self.controller.get_json('gw_fct_getmincut', body)
self.add_layer.add_temp_layer(self.dlg_mincut, result['body']['data'], None, False, disable_tabs=False)
self.dlg_mincut.txt_infolog.setEnabled(False)

# Manage location
utils_giswater.set_combo_itemData(self.dlg_mincut.address_add_muni, str(row['muni_id']), 0)
Expand Down

0 comments on commit 561a5f8

Please sign in to comment.