##// END OF EJS Templates
The data of the variable is now requested with the new provided...
perrinel -
r305:88a58e69d383
parent child
Show More
@@ -125,6 +125,7 void VariableController::onDateTimeOnSelection(const SqpDateTime &dateTime)
125 125 for (const auto &selectedRow : qAsConst(selectedRows)) {
126 126 if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) {
127 127 selectedVariable->setDateTime(dateTime);
128 this->onRequestDataLoading(selectedVariable, dateTime);
128 129 }
129 130 }
130 131 }
General Comments 0
You need to be logged in to leave comments. Login now