From 3f0645c79dce62df5c1a75c3959c816a9a10b809 Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Mon, 9 Feb 2009 13:02:32 -0600 Subject: [PATCH] sane.ds: Indicate that we used a modal dialog. --- dlls/sane.ds/ds_ctrl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/sane.ds/ds_ctrl.c b/dlls/sane.ds/ds_ctrl.c index 2b90e9fb6ba..b0867cff583 100644 --- a/dlls/sane.ds/ds_ctrl.c +++ b/dlls/sane.ds/ds_ctrl.c @@ -582,6 +582,7 @@ TW_UINT16 SANE_EnableDSUserInterface (pTW_IDENTITY pOrigin, activeDS.currentState = 5; /* Transitions to state 5 */ FIXME("showing UI\n"); rc = DoScannerUI(); + pUserInterface->ModalUI = TRUE; if (!rc) { if (activeDS.windowMessage)