修改Twain异常流程状态复位

This commit is contained in:
lovelyyoung 2020-08-15 16:44:57 +08:00
parent e540b84a4d
commit c8173651f9
1 changed files with 1 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ namespace Twpp {
switch (msg) {
case Msg::DisableDs:
if (!inState(DsState::Enabled)) {
return seqError();
setState(DsState::Enabled);
}
rc = userInterfaceDisable(origin, data);