mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-19 18:27:56 +08:00
More update for internal loop handling.
This commit is contained in:
@@ -345,7 +345,7 @@ namespace Tester.Winform
|
||||
{
|
||||
if (!_loadingCaps && _twain.State == 4)
|
||||
{
|
||||
var sel = (int)comboDPI.SelectedItem;
|
||||
var sel = (TWFix32)comboDPI.SelectedItem;
|
||||
_twain.CapSetDPI(sel);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user