Skip to content

Commit 49c6272

Browse files
committed
Fix extra data file change not updating fields
1 parent f918435 commit 49c6272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

InteractiveHtmlBom/dialog/settings_dialog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ def set_file_picker_wildcard(self, extra_data_wildcard):
264264
recursive=True)
265265
self.extraDataFilePicker.Destroy()
266266
self.extraDataFilePicker = new_picker
267+
self.extraDataFilePicker.Bind(
268+
wx.EVT_FILEPICKER_CHANGED, self.OnExtraDataFileChanged)
267269
self.Layout()
268270

269271
def _swapRows(self, a, b):

0 commit comments

Comments
 (0)