Avoid use of time_t when using sliders in GUI

* Avoid use of time_t when using sliders in GUI
Sliders use int as internal representation of values, and time_t can cause overflow
This commit is contained in:
Magne Sjaastad
2023-10-12 10:02:58 +02:00
committed by GitHub
parent cdda7480f3
commit 4a3cdc4e94
7 changed files with 199 additions and 95 deletions

View File

@@ -102,7 +102,6 @@ RimSummaryDeclineCurve* RicCreateDeclineCurvesFeature::createDeclineCurveAndAddT
RiaSummaryTools::copyCurveAxisData( *newCurve, *sourceCurve );
newCurve->updateDefaultValues();
newCurve->loadDataAndUpdate( true );
newCurve->updateConnectedEditors();