MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / disableUndo

Method disableUndo

src/csvwindow.cpp:878–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876
877
878void CsvWindow::disableUndo() {
879 undoDisabled = true;
880 clearUndoList();
881}
882
883
884void CsvWindow::enableUndo() {

Callers 1

disableUndoCBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected