| 131 | } |
| 132 | |
| 133 | void |
| 134 | MainConfigPage::commit (lay::Dispatcher *root) |
| 135 | { |
| 136 | try { |
| 137 | double g; |
| 138 | tl::from_string (tl::to_string (mp_ui->grid_edit->text ()), g); |
| 139 | root->config_set (cfg_grid, g); |
| 140 | } catch (...) { } |
| 141 | } |
| 142 | |
| 143 | // ------------------------------------------------------------- |
| 144 | // The "number of circle points" configuration page |
nothing calls this directly
no test coverage detected