Scan, etc.

This commit is contained in:
2025-04-30 17:02:16 +02:00
parent 7713060873
commit ca692ceab1
2 changed files with 3 additions and 3 deletions

View File

@@ -243,8 +243,8 @@ Public Class frmScan
'startScanTimeout()
startScan()
'cboFormat.SelectedIndex = cboFormat.FindStringExact("A4")
'If cboFormat.SelectedIndex > 0 Then cbxAltFormat.Checked = True
cboFormat.SelectedIndex = cboFormat.FindStringExact("A4")
If cboFormat.SelectedIndex > 0 Then cbxAltFormat.Checked = True
End Sub