| 447 | |
| 448 | |
| 449 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected