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

Method doneEditing

src/csvgrid.cpp:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447
448
449void CsvGrid::doneEditing(bool save) {
450 DEBUG_PRINTF("#### CsvGrid::doneEditing\n");
451 if (input->visible()) { // input widget visible, ie. edit in progress?
452 setValueHide( save ); // Transfer its current contents to cell and hide
453 }
454}
455
456
457

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected