| 179 | } |
| 180 | |
| 181 | void |
| 182 | MoveService::show_toolbox (bool visible) |
| 183 | { |
| 184 | lay::EditorOptionsPage *tb = toolbox_widget (); |
| 185 | if (tb) { |
| 186 | tb->set_visible (visible); |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | lay::EditorOptionsPage * |
| 191 | MoveService::toolbox_widget () |
nothing calls this directly
no test coverage detected