MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / undo_with_checks

Method undo_with_checks

src/World.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void World::undo_with_checks() {
262 if(!clientStillConnecting && !drawProg.prevent_undo_or_redo())
263 undo.undo();
264}
265
266void World::redo_with_checks() {
267 if(!clientStillConnecting && !drawProg.prevent_undo_or_redo())

Callers 2

top_toolbarMethod · 0.80

Calls 2

prevent_undo_or_redoMethod · 0.45
undoMethod · 0.45

Tested by

no test coverage detected