Commit e14fb8b2 authored by Francesco Carraro's avatar Francesco Carraro
Browse files

Initialize/read missing points with default value of 3

Added a call to `tryReadNumOfPointsForMissingPoints(3)` to ensure
the number of points for missing points is initialized or read
with a default value of 3.
parent d50caaef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -203,6 +203,8 @@ namespace INAF.Apps.Uwp.SLabDataManager.ViewModels.UserControlViewModels
            if (!tryReadIsSegmentsFitUserControlAutoOpenEnabled())
                IsSegmentsFitUserControlAutoOpenEnabled = true;

            tryReadNumOfPointsForMissingPoints(3);

            AreFitSettingsReady = false;

            IsContinuumRemovedSaved = false;