Skip to content

Commit

Permalink
Merge pull request #1584 from psavery/state-font-size
Browse files Browse the repository at this point in the history
Do not load font from state files
  • Loading branch information
psavery authored Oct 4, 2023
2 parents e168e51 + 61c3b1f commit bae82d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hexrd/ui/hexrd_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ def load_from_state(self, state):
'show_all_colormaps',
'limited_cmaps_list',
'default_cmap',
# Ignore the font size when loading from state
'font_size',
]

try:
Expand Down

0 comments on commit bae82d7

Please sign in to comment.