DeliveryAdminWindow: 'Activate()' window after awaiting doc.Print(2)

This commit is contained in:
2023-09-18 21:48:03 +02:00
parent 3a73265a75
commit efaae5f490

View File

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