Please try to improve your question to make it easier to understand.
Apparently you want to make some style depend on another one, so that modification to the “ancestor” is forwarded to the “descendant”. If this is want you want, it is effectively a “hierarchical” approach to styling. You can see the hierarchy in built-in style by choosing Hierarchical
from the drop-down menu at bottom of the side style pane.
The relation between styles is created by:
- right-clicking on the “ancestor” name and
New
This creates a copy linked to the ancestor with all attributes inherited from it
- adding a style name in Inherit from of
Organizer
tab
- dragging a style in the side pane over some other style
If the dragged style is a local head of a hierarchy, the whole sub-tree is also inserted in the dependency (because the existing inheritance links are not modified during the drag-and-drop operation).
Note that the “ancestor” must pre-exist in both cases.
Also, the inheritance will work as long as you don’t modify an attribute in the “descendant”. Any touched attribute breaks the inheritance chain. The only to restore the inheritance is to press Reset to Parent which erases all attributes in the tab.