Skip to content

Commit

Permalink
Merge pull request #4 from shashwatsridhar/fix/gui_fine_tune
Browse files Browse the repository at this point in the history
forgot line which propagates successful data load to main
  • Loading branch information
shashwatsridhar authored May 26, 2021
2 parents d9494d8 + a852361 commit 5eee5d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pykilosort/gui/settings_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ def update_settings(self):
logger.exception(e)
self.disable_load()

else:
self.settingsUpdated.emit()

@QtCore.pyqtSlot()
def show_probe_layout(self):
self.previewProbe.emit(self.probe_layout)
Expand Down

0 comments on commit 5eee5d5

Please sign in to comment.