Skip to content
Snippets Groups Projects
Commit eba8eaed authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #11444 Update comment

parent 91f407cd
No related branches found
No related tags found
No related merge requests found
......@@ -172,9 +172,10 @@ namespace CustomInterfaces
void ALCDataLoadingView::setTimeRange(double tMin, double tMax)
{
// Set initial values
// Set range for minTime
m_ui.minTime->setMinimum(tMin);
m_ui.minTime->setMaximum(tMax);
// Set range for maxTime
m_ui.maxTime->setMinimum(tMin);
m_ui.maxTime->setMaximum(tMax);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment