Skip to content

Commit

Permalink
Correction for COMMIT_ON_SEL flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Nov 4, 2023
1 parent 1655bce commit bc4afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,6 @@ bitflags::bitflags! {
///
/// If set, processing does not wait for leaving the field action to
/// occur, but immediately proceeds to the third step. PDF 1.5+.
const COMMIT_ON_SEL_CHANGE = 1 << 28;
const COMMIT_ON_SEL_CHANGE = 1 << 26;
}
}

0 comments on commit bc4afed

Please sign in to comment.