Skip to content

Commit

Permalink
fix: Clear Edit Button on container update (TagStudioDev#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmegrath committed May 17, 2024
1 parent 1461f2e commit badcd72
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 badcd72

Please sign in to comment.