Skip to content

Commit

Permalink
Merge branch 'master' into network-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jooste committed Dec 18, 2024
2 parents cc83545 + 83524ca commit 642f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluesky/ui/qtgl/settingswindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def sel_palette(value, changed_fun):
wid = QComboBox()

palfiles = [path.basename(f) for f in (bs.resource(bs.settings.gfx_path) / 'palettes').glob('*')]
wid.addItems(palfiles)
wid.setCurrentText(value)
Expand Down

0 comments on commit 642f136

Please sign in to comment.