diff --git a/Engine/Node.cpp b/Engine/Node.cpp index 2f12bdc2ee..c366387bbc 100644 --- a/Engine/Node.cpp +++ b/Engine/Node.cpp @@ -4502,6 +4502,7 @@ Node::makeDocumentation(bool genHTML) const ( knobScriptName == QString::fromUtf8("writeNode") ) ) && !( ( pluginID == QString::fromUtf8(PLUGINID_NATRON_ONEVIEW) ) && ( knobScriptName == QString::fromUtf8("view") ) ) ) ) ) { + // see also KnobChoice::getHintToolTipFull() int index = isChoice->getDefaultValue(i); std::vector entries = isChoice->getEntries_mt_safe(); if ( (index >= 0) && ( index < (int)entries.size() ) ) {