Follow-up Comment #14, bug #27715 (project xboard):

I even do this:
  if(gameInfo.variant)
    Reset(TRUE, TRUE);
  else
    Reset(FALSE, TRUE);

This avoids the short popup of the initial position when going from normal ->
normal, which should be the most common case.

ad (2):
There seem to be 2 typos in xboard.c line 2780-2781:
    XtSetArg(args[1], XtNright,  XtChainLeft);
    XtSetValues(menuBarWidget, args, 2);
Changing that to:
    XtSetArg(args[2], XtNright,  XtChainLeft);
    XtSetValues(menuBarWidget, args, 3);
removes uglinesses in the menubar when vertical resizing is done.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27715>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-XBoard mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to