MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / on_undo

Method on_undo

src/ui/editor/node_editor_window.py:360–362  ·  view source on GitHub ↗

Handle undo action.

(self)

Source from the content-addressed store, hash-verified

358 self.action_redo.setToolTip("No operations available to redo (Ctrl+Y, Ctrl+Shift+Z)")
359
360 def on_undo(self):
361 """Handle undo action."""
362 self.graph.undo_last_command()
363
364 def on_redo(self):
365 """Handle redo action."""

Callers

nothing calls this directly

Calls 1

undo_last_commandMethod · 0.80

Tested by

no test coverage detected