Commit 3f0645c7 authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

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

parent 0cab16c6
...@@ -582,6 +582,7 @@ TW_UINT16 SANE_EnableDSUserInterface (pTW_IDENTITY pOrigin, ...@@ -582,6 +582,7 @@ TW_UINT16 SANE_EnableDSUserInterface (pTW_IDENTITY pOrigin,
activeDS.currentState = 5; /* Transitions to state 5 */ activeDS.currentState = 5; /* Transitions to state 5 */
FIXME("showing UI\n"); FIXME("showing UI\n");
rc = DoScannerUI(); rc = DoScannerUI();
pUserInterface->ModalUI = TRUE;
if (!rc) if (!rc)
{ {
if (activeDS.windowMessage) if (activeDS.windowMessage)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment