mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-03-03 14:14:49 +01:00
Fix toggle bypass not refreshing graph display.
This commit is contained in:
parent
a386dfc771
commit
f1ff1d68fe
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -282,7 +282,7 @@ function Panel_Inspector() : PanelContent() constructor {
|
||||||
function junction_bypass_toggle() {
|
function junction_bypass_toggle() {
|
||||||
if(__dialog_junction == noone || __dialog_junction.bypass_junc == noone) return;
|
if(__dialog_junction == noone || __dialog_junction.bypass_junc == noone) return;
|
||||||
__dialog_junction.bypass_junc.visible = !__dialog_junction.bypass_junc.visible;
|
__dialog_junction.bypass_junc.visible = !__dialog_junction.bypass_junc.visible;
|
||||||
__dialog_junction.node.setHeight();
|
__dialog_junction.node.refreshNodeDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
group_menu = [
|
group_menu = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue