X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gtk%2Fxboard.c;h=a8afcb32a4e7a10b255f6c6d7cffb05af45c684c;hb=8cadd120c307bb1049f6d08d9ae23f67432bd038;hp=8958e3cc11aba22f232a2f54c0f02396d942434a;hpb=6a01db395768f122d5810b585a89a678a1018d17;p=xboard.git diff --git a/gtk/xboard.c b/gtk/xboard.c index 8958e3c..a8afcb3 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -1691,7 +1691,7 @@ ReSize (WindowPlacement *wp) h = BOARD_HEIGHT * (squareSize + lineGap) + lineGap; if(optList[W_BOARD].max > w) optList[W_BOARD].max = w; if(optList[W_BOARD].value > h) optList[W_BOARD].value = h; - first = 0; + first = appData.fixedSize; } static guint delayedDragTag = 0;