Skip to content

Commit

Permalink
Merge branch 'focus_map' of https://github.com/Alpaca233/octopi-research
Browse files Browse the repository at this point in the history
 into focus_map
  • Loading branch information
Alpaca233 committed Jan 16, 2025
2 parents 515fa32 + 24af450 commit 58a0288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/control/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6424,7 +6424,7 @@ def getWellplateSettings(self, wellplate_format):
return settings

def add_custom_format(self, name, settings):
self.WELLPLATE_FORMAT_SETTINGS[name] = settings
WELLPLATE_FORMAT_SETTINGS[name] = settings
self.populate_combo_box()
index = self.comboBox.findData(name)
if index >= 0:
Expand Down

0 comments on commit 58a0288

Please sign in to comment.