kallaballa / ctrl-cut

Get your laser cutter under control
GNU General Public License v2.0
63 stars 7 forks source link

AbstractCtrlCutItem::clone doesn't clone #9

Closed kallaballa closed 10 years ago

kallaballa commented 10 years ago

AbstractCtrlCutItem::clone should return a deep copy. at the moment it only copies pointers to items. This bug prevents copy & paste from working

kallaballa commented 10 years ago

fixed