From: H.G. Muller Date: Sat, 2 Mar 2013 21:21:29 +0000 (+0100) Subject: Let XBoard -autoBox option also affect move type-in X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=b45ec9cdbd67390e4b66600a4f07ce24d64781d1;p=xboard.git Let XBoard -autoBox option also affect move type-in --- diff --git a/dialogs.c b/dialogs.c index bed4610..6db2b3c 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1229,8 +1229,8 @@ PopUpMoveDialog (char firstchar) void BoxAutoPopUp (char *buf) { + if(!appData.autoBox) return; if(appData.icsActive) { // text typed to board in ICS mode: divert to ICS input box - if(!appData.autoBox) return; if(DialogExists(InputBoxDlg)) { // box already exists: append to current contents char *p, newText[MSG_SIZ]; GetWidgetText(&boxOptions[0], &p);