Use DoubleProperty to set AxesPanel spinboxes properly (#1093)
-
min(),max(),logRangeOrders()ofAxisItemareDoublePropertynow. -
DSpinBoxis used to represent them on the panel - The fixed axis-range-dependent step is applied to
min(),max() -
DoublePropertygot separateuseFixedStep()flag to disambiguate step type from limits type. The default state is stilluseFixedStep = limits.isLimited(), but can be set independently. - (4) => The parameter "Intensity" is formally limited (0<=..<=1e32) but now has log step
solves
-
min/max fields: show in scientific format, set log step
Edited by Mikhail Svechnikov