Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void SetPixelFormat::onRedo()
95
{
96
m_seq.redo();
97
setFormat(m_newFormat);
98
}
99
100
void SetPixelFormat::setFormat(PixelFormat format)
101
{
Callers
nothing calls this directly
Calls
1
redo
Method · 0.45
Tested by
no test coverage detected