-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Labels
TiXLBugs related to the main branchBugs related to the main branchbugAn issue that should be fixed.An issue that should be fixed.operatorThis can be solved by added a new operator.This can be solved by added a new operator.uiTask is related to user interfaceTask is related to user interface
Description
Describe the bug
Renaming operator instance such as Value within a custom sub-operator type will rename parent when double click was used to descend into sub-operator
Please complete the following information):
- OS: Ubuntu 22.04 (Bottle wine environment)
- Version: v4.0.6.3
- Graphics card and resolution: GTX 1050 Ti
To Reproduce
Steps to reproduce the behavior:
- Create Value operator
- Select operator and right click -> combine into new type with name "TestBug"
- Double click "TestBug" operator to descend
- Click on Value operator and assign an instance name of "Abc"
- Ascend out of operator (double click on canvas)
- Notice that "TestBug" now has name "Abc"
Expected behavior
Only instance assigned name should take it, not parent.
Metadata
Metadata
Assignees
Labels
TiXLBugs related to the main branchBugs related to the main branchbugAn issue that should be fixed.An issue that should be fixed.operatorThis can be solved by added a new operator.This can be solved by added a new operator.uiTask is related to user interfaceTask is related to user interface