We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54ccbc commit 7c94cedCopy full SHA for 7c94ced
src/scratch/input.cpp
@@ -91,6 +91,6 @@ void Input::setValueBlock(std::shared_ptr<Block> block)
91
/*! Sets the ID of the value block. \see setValueBlock() */
92
void Input::setValueBlockId(const std::string &id)
93
{
94
- impl->primaryValue.setValueBlockId(id);
95
impl->primaryValue.setValueBlock(nullptr);
+ impl->primaryValue.setValueBlockId(id);
96
}
0 commit comments