diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-04-15 14:47:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 14:47:24 +0200 |
| commit | fc91880faf7968432710e439e77ef067759d16fc (patch) | |
| tree | f941b5ebbc70e8380775098a225001c2379b6e0f /fluid/nodes/Node.h | |
| parent | 63db80c07888e5f4dcaff3579a0d174b7df5424d (diff) | |
Reactivating Mergeback functionality. (#1226)
Reactivated code.
Various fixes.
New documentation.
Diffstat (limited to 'fluid/nodes/Node.h')
| -rw-r--r-- | fluid/nodes/Node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/nodes/Node.h b/fluid/nodes/Node.h index 5c473a936..64d720297 100644 --- a/fluid/nodes/Node.h +++ b/fluid/nodes/Node.h @@ -39,7 +39,7 @@ class Project_Writer; Declare where a new type is placed and how to create it. Placement can be as the first or last child of the anchor, or right after the - anchor. In most cases, the anchor is the last selected type node. + anchor. In most cases, the anchor is the last selected node. If the source is FROM_USER, widgets may be created with default titles and labels. Type created FROM_FILE will start with no label, so the label is set |
