Fix toggle bypass not refreshing graph display.

This commit is contained in:
Tanasart 2025-01-29 08:30:38 +07:00
parent a386dfc771
commit f1ff1d68fe
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -282,7 +282,7 @@ function Panel_Inspector() : PanelContent() constructor {
function junction_bypass_toggle() {
if(__dialog_junction == noone || __dialog_junction.bypass_junc == noone) return;
__dialog_junction.bypass_junc.visible = !__dialog_junction.bypass_junc.visible;
__dialog_junction.node.setHeight();
__dialog_junction.node.refreshNodeDisplay();
}
group_menu = [