Save font settings based on initial square size
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 3 Apr 2016 08:23:49 +0000 (10:23 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 3 Apr 2016 13:14:22 +0000 (15:14 +0200)
commit9a84c7596671bd085afc8d927f9d0a38c2cff13f
treea065aecd8c0c6e8c945004a8fef3277174e07ccf
parentf27821329a0684bb553be9bb45afc388c224660c
Save font settings based on initial square size

Font settings were saved by the square size as it was at the time of
saving, which could have been altered compared to the reading of the
fonts from the settings file by interactive sizing of the window, or
by switching to a variant with other board dimensions. Now the initial
square size is remembered and used for this.
BEWARE: we might want to undo this when window sizing would affect font
selection, rather than just sizing the board.
gtk/xboard.c