From b45ec9cdbd67390e4b66600a4f07ce24d64781d1 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sat, 2 Mar 2013 22:21:29 +0100 Subject: [PATCH] Let XBoard -autoBox option also affect move type-in --- dialogs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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); -- 1.7.0.4