Commit 195b9794 authored by claes's avatar claes

Error in copy of table fixed

parent d6f97fd2
......@@ -353,9 +353,10 @@ void GlowArray::copy_from( const GlowArray& array)
// Fix, This should be done in the copy constructor !!!
if ( n->ctx->userdata_copy_callback)
(n->ctx->userdata_copy_callback)( n,
((GrowFolder *)array.a[i])->user_data, &n->user_data);
((GrowTable *)array.a[i])->user_data, &n->user_data);
n->v_scrollbar = 0;
n->h_scrollbar = 0;
n->cell_value = 0;
n->configure();
n->configure_scrollbars();
insert( n);
......
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