MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onRedo

Method onRedo

src/app/cmd/set_pixel_format.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void SetPixelFormat::onRedo()
95{
96 m_seq.redo();
97 setFormat(m_newFormat);
98}
99
100void SetPixelFormat::setFormat(PixelFormat format)
101{

Callers

nothing calls this directly

Calls 1

redoMethod · 0.45

Tested by

no test coverage detected