ui/common/types.c

changeset 487
077c5029aaee
parent 486
a5f3abf8b9d1
child 497
bf53d553e3dc
equal deleted inserted replaced
486:a5f3abf8b9d1 487:077c5029aaee
424 to->setposition = from->setposition; 424 to->setposition = from->setposition;
425 to->position = from->position; 425 to->position = from->position;
426 to->selection = from->selection; 426 to->selection = from->selection;
427 to->length = from->length; 427 to->length = from->length;
428 to->remove = from->remove; 428 to->remove = from->remove;
429 to->restore = from->restore;
430 to->save = from->save;
431 to->destroy = from->destroy;
429 432
430 to->obj = from->obj; 433 to->obj = from->obj;
431 // do not copy the undo manager, data1, data2 434 // do not copy the undo manager, data1, data2
432 } 435 }
433 436

mercurial