mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-24 14:06:23 +01:00
- [VectorBox] Fix error when linking value.
This commit is contained in:
parent
35753e22e8
commit
b5dac67f4d
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ function vectorBox(_size, _onModify, _unit = noone) : widget() constructor {
|
|||
_display_data.linked = linked;
|
||||
|
||||
if(linked) {
|
||||
onModify(0, _data[0]);
|
||||
onModify(1, _data[0]);
|
||||
onModify(_data[0], 0);
|
||||
onModify(_data[0], 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue