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 Original line Diff line number Diff line
@@ -203,6 +203,8 @@ namespace INAF.Apps.Uwp.SLabDataManager.ViewModels.UserControlViewModels
            if (!tryReadIsSegmentsFitUserControlAutoOpenEnabled())
            if (!tryReadIsSegmentsFitUserControlAutoOpenEnabled())
                IsSegmentsFitUserControlAutoOpenEnabled = true;
                IsSegmentsFitUserControlAutoOpenEnabled = true;


            tryReadNumOfPointsForMissingPoints(3);

            AreFitSettingsReady = false;
            AreFitSettingsReady = false;


            IsContinuumRemovedSaved = false;
            IsContinuumRemovedSaved = false;