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

Method removeDeletionHighlight

src/csvgrid.cpp:546–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void CsvGrid::removeDeletionHighlight() {
547 DEBUG_PRINTF("#### CsvGrid::removeDeletionHighlight\n");
548 deletionHighlight = false;
549 this->redraw();
550}
551
552bool CsvGrid::isToBeDeleted(int R, int C) {
553 // printf("isToBeDeleted: %d,%d\n", R, C);

Callers 2

delColsMethod · 0.80
delRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected