Skip to content

Commit

Permalink
Merge pull request #189 from michaelmegrath/main
Browse files Browse the repository at this point in the history
fix: Clear Edit Button on container update (#115)
  • Loading branch information
CyanVoxel committed May 17, 2024
2 parents 1461f2e + badcd72 commit ac9dd58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/qt/widgets/preview_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ def write_container(self, index, field, mixed=False):
container.set_remove_callback(
lambda: self.remove_message_box(prompt=prompt, callback=callback)
)
container.edit_button.setHidden(True)
container.setHidden(False)
self.place_add_field_button()

Expand Down

0 comments on commit ac9dd58

Please sign in to comment.