mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Fixed adding value to variable logger from editor.
This commit is contained in:
@@ -140,6 +140,8 @@ void SeerVariableLoggerBrowserWidget::addVariableExpression (QString expression)
|
||||
|
||||
int id = Seer::createID();
|
||||
|
||||
_ids.insert(id); // Keep track of which ones are entered.
|
||||
|
||||
emit evaluateVariableExpression(id, expression);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user