| 77 | } |
| 78 | |
| 79 | void SetCelData::createCopy() |
| 80 | { |
| 81 | auto cel = this->cel(); |
| 82 | |
| 83 | ASSERT(!m_dataCopy); |
| 84 | m_dataCopy.reset(new CelData(*cel->data())); |
| 85 | m_dataCopy->setImage(ImageRef(Image::createCopy(cel->image()))); |
| 86 | } |
| 87 | |
| 88 | } // namespace cmd |
| 89 | } // namespace app |