Fix indented value height computation

This commit is contained in:
Evan W. Patton
2017-03-25 22:02:07 -04:00
parent a64cc214ba
commit 803c96cfe5

View File

@@ -786,7 +786,7 @@ Blockly.BlockSvg.prototype.renderDrawRight_ = function(steps, highlightSteps,
(cursorY + row.height));
highlightSteps.push('H', inputRows.rightEdge);
}
cursorY+=8;
this.height += 8;
} else {
steps.push(Blockly.BlockSvg.TAB_PATH_DOWN);
var v = row.height - Blockly.BlockSvg.TAB_HEIGHT