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

Method onUndo

src/app/cmd/set_user_data.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void SetUserData::onUndo()
32{
33 doc::get<doc::WithUserData>(m_objId)->setUserData(m_oldUserData);
34}
35
36} // namespace cmd
37} // namespace app

Callers

nothing calls this directly

Calls 1

setUserDataMethod · 0.80

Tested by

no test coverage detected