Skip to content

Commit

Permalink
Fix extra data file change not updating fields
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Aug 18, 2023
1 parent f918435 commit 49c6272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InteractiveHtmlBom/dialog/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ def set_file_picker_wildcard(self, extra_data_wildcard):
recursive=True)
self.extraDataFilePicker.Destroy()
self.extraDataFilePicker = new_picker
self.extraDataFilePicker.Bind(
wx.EVT_FILEPICKER_CHANGED, self.OnExtraDataFileChanged)
self.Layout()

def _swapRows(self, a, b):
Expand Down

0 comments on commit 49c6272

Please sign in to comment.