nvda
7b331b0e - Set the config using the integer value of a SymbolLevel enum member (#12636)

Commit
4 years ago
Set the config using the integer value of a SymbolLevel enum member (#12636) SYMLVL_* constants were moved to an IntEnum. When updating the config for symbolLevel, the type being set is Enum, as opposed to int. Additionally, the enum does not conform to our naming standards https://github.com/nvaccess/nvda/blob/master/devDocs/codingStandards.md#identifier-names. Description of how this pull request fixes the issue: Sets the config using the value of the enum member. Renames SYMLVL to SymbolLevel.
Author
Parents
Loading