##// END OF EJS Templates
Add comment
perrinel -
r442:dd79727b8dcb
parent child
Show More
@@ -161,6 +161,8 void VariableController::onDateTimeOnSelection(const SqpDateTime &dateTime)
161 if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) {
161 if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) {
162 selectedVariable->setDateTime(dateTime);
162 selectedVariable->setDateTime(dateTime);
163 this->onRequestDataLoading(selectedVariable, dateTime);
163 this->onRequestDataLoading(selectedVariable, dateTime);
164
165 // notify that rescale operation has to be done
164 emit rangeChanged(selectedVariable, dateTime);
166 emit rangeChanged(selectedVariable, dateTime);
165 }
167 }
166 }
168 }
General Comments 0
You need to be logged in to leave comments. Login now