diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/panels/panel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/panels/panel.c b/src/gui/panels/panel.c index dc6a89f..b101f4b 100644 --- a/src/gui/panels/panel.c +++ b/src/gui/panels/panel.c @@ -467,6 +467,8 @@ static void attach_panel_node_to_paned(panel_node *parent, panel_node *node, boo else parent->second = node; + node->parent = parent; + /* Raccordement graphique */ widget = GET_PANEL_NODE_WIDGET(node); |