You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By making this public, other classes can perform calculations while
taking this value into account. Otherwise, they would need to hard
code a zero or a one, as I found while implementing another issue.
Closes#832
By making this public, other classes can perform calculations while
taking this value into account. Otherwise, they would need to hard
code a zero or a one, as I found while implementing another issue.
Closes#832
Make the
minimumPageNumber
field in theKiwiSearching.PageNumberingScheme
enum public, and also provide a "traditional" getter.This is needed by #829 in order to determine what the minimum page number is.
The text was updated successfully, but these errors were encountered: