Lock board size when clock changes to two lines
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 6 Apr 2016 11:03:38 +0000 (13:03 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:58 +0000 (10:24 +0200)
commitb4f97ed2dd6c9d8e9d780211d8ebc54803d46403
treeb3a0f2607bfb715c35e18fdec26de3b8264e2d8d
parent860250c0cf8a2ed671862d447e710686b539945a
Lock board size when clock changes to two lines

First writing in the clock widget will usually increase its height
because the clock font is bigger than default. And for two-line
clocks as used with logos this will even be more pronounced. This
did cause the extra size to be taken from the board, ending up with
a smaller square size than originally requested. Which again would
cause any font changes to be saved as belonging to that smaller board
size. So starting next time with the originally requested size (as
opposed to the saved board size) would then not use those fonts!
The board size is now locked during the first write to the clocks,
or writes that change the number of lines.
gtk/xboard.c