Skip to content

correctly load option values during construction

Alexander Stippich requested to merge astippich/libksane:fixOptionLoading into master

Calling it in the base class only is wrong as the virtual methods of the child classes are not called, and some values may not be correctly loaded then. Fixes a crash I experienced in Skanpage when reselecting a scanner device.

Should be picked to stable

Edited by Alexander Stippich

Merge request reports