Skip to content

L1P bug fix isEnabled()

John Evans requested to merge johnevans/kstars:L1PPhase2Bugs3 into master

L1P Phase 2 disables the Focus user interface during an Autofocus run. Some logic is driven by the isEnabled() status of 3 fields: gain, ISO and SubFrame and is broken by disabling the user interface.

This bug fix saves off the isEnabled() status of the affected fields for use in processing during Autofocus runs.

Merge request reports