| 88 | } |
| 89 | |
| 90 | void |
| 91 | LayoutViewConfigPage::commit (lay::Dispatcher *root) |
| 92 | { |
| 93 | lay::ColorConverter cc; |
| 94 | root->config_set (cfg_background_color, mp_ui->bkgnd_color_pb->get_color (), cc); |
| 95 | } |
| 96 | |
| 97 | // ------------------------------------------------------------ |
| 98 | // LayoutConfigPage1 implementation |
no test coverage detected