sane.ds: Indicate that we used a modal dialog.

This commit is contained in:
Jeremy White 2009-02-09 13:02:32 -06:00 committed by Alexandre Julliard
parent 0cab16c647
commit 3f0645c79d
1 changed files with 1 additions and 0 deletions

View File

@ -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)