twain / twain-samples

136 stars 84 forks source link

[Bug] Y Resolution not updated following settings dialog [sf#36] #36

Open kolomiets opened 7 years ago

kolomiets commented 7 years ago

Reported by bartlettpsj on 2014-01-05 17:45 UTC Only the ICAP_XRESOLUTION is updated in Qt_MainForm. As a quick hack, which seems to work, I added m_pUI->SetCapValueFloat(ICAP_YRESOLUTION,val.toInt()); to void MainForm::on_pComboBox_Resolution_activated(int _nIndex), but would rather this be applied by someone who knows this codebase.

kolomiets commented 7 years ago

Updated by mihailm on 2016-03-19 20:27 UTC

kolomiets commented 7 years ago

Updated by mihailm on 2016-03-19 20:28 UTC