Skip to content

Commit

Permalink
Not reset model when tab changed in water balance tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanphungt committed Mar 1, 2024
1 parent 29a5ecc commit 6da59df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool_water_balance/views/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def combo_changed(self, index):
self.update_water_balance(reset_model=False)

def tab_changed(self, index):
self.update_water_balance(reset_model=True)
self.update_water_balance(reset_model=False)

def hover_enter_action(self, name):
if not self.manager:
Expand Down

0 comments on commit 6da59df

Please sign in to comment.