| 588 | } |
| 589 | |
| 590 | void CsvGrid::defaultFont() { |
| 591 | DEBUG_PRINTF("#### CsvGrid::defaultFont\n"); |
| 592 | text_font_size = TCRUNCHER_INITIAL_FONT_SIZE; |
| 593 | // TODO allow resizing heights for small tables |
| 594 | // row_height_all(text_font_size + TCRUNCHER_ROW_HEIGHT_ADD); |
| 595 | // col_header_height(text_font_size + TCRUNCHER_ROW_HEIGHT_ADD); |
| 596 | redraw(); |
| 597 | } |
| 598 | |
| 599 | void CsvGrid::updateSelection(int row_top, int col_left, int row_bottom, int col_right) { |
| 600 | DEBUG_PRINTF("#### CsvGrid::updateSelection\n"); |
no outgoing calls
no test coverage detected