DeliveryAdminWindow: 'Activate()' window after awaiting doc.Print(2)
This commit is contained in:
@ -794,6 +794,7 @@ namespace Elwig.Windows {
|
|||||||
doc.Show();
|
doc.Show();
|
||||||
} else {
|
} else {
|
||||||
await doc.Print(2);
|
await doc.Print(2);
|
||||||
|
Activate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FinishButton.Cursor = null;
|
FinishButton.Cursor = null;
|
||||||
|
Reference in New Issue
Block a user