Inverts the current flagged rows */
| 2015 | |
| 2016 | */ |
| 2017 | void CsvApplication::invertFlaggedCB() { |
| 2018 | showImWorkingWindow("Inverting flagged rows ..."); |
| 2019 | windows[app.getTopWindow()].table->invertFlags(); |
| 2020 | hideImWorkingWindow(); |
| 2021 | windows[app.getTopWindow()].grid->redraw(); |
| 2022 | Fl::check(); |
| 2023 | } |
| 2024 | |
| 2025 | |
| 2026 | /** |
no test coverage detected