Commit 95cb7115 authored by claes's avatar claes

Bugfix in create object

parent 1e632ead
......@@ -2233,6 +2233,9 @@ static int graph_create_func( void *client_data,
grow_CreateGrowSlider( graph->grow->ctx, name, nc, x1, y1,
NULL, &n1);
GeDyn *dyn = new GeDyn( graph);
grow_SetUserData( n1, (void *)dyn);
grow_MoveNode( n1, x1, y1);
if ( scale_x || scale_y)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment