Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jul 4, 2017
1 parent 092377b commit 349a299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Engine/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> entries = isChoice->getEntries_mt_safe();
if ( (index >= 0) && ( index < (int)entries.size() ) ) {
Expand Down

0 comments on commit 349a299

Please sign in to comment.