Fix size collapse to 0 after too-small sizing
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 10 Apr 2016 17:42:47 +0000 (19:42 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:58 +0000 (10:24 +0200)
commit14b8ba6e96505b24eb49b28c10444c027e43f5b5
tree8f8467532d4a31d5e97072c3197e306f993bcb8b
parentb43ae6d0c5d6e3f89236153b0f61c908dd86f551
Fix size collapse to 0 after too-small sizing

The test for the end of the sizeDefaults list was one off, so that
a too-small size request would be rounded to a size just behind
the table, where there is an all-zero sentinel element.
gtk/xboard.c