MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / redo

Method redo

src/controller.cpp:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148void RcxCommand::undo() { m_ctrl->applyCommand(m_cmd, true); }
149void RcxCommand::redo() { m_ctrl->applyCommand(m_cmd, false); }
150
151// ── RcxController ──
152

Callers 1

showContextMenuMethod · 0.45

Calls 1

applyCommandMethod · 0.80

Tested by

no test coverage detected