| 202 | } |
| 203 | |
| 204 | void |
| 205 | ViewerTab::onFullFrameButtonToggle(bool b) |
| 206 | { |
| 207 | _imp->fullFrameProcessingButton->setDown(b); |
| 208 | _imp->viewerNode->setFullFrameProcessingEnabled(b); |
| 209 | |
| 210 | } |
| 211 | |
| 212 | void |
| 213 | ViewerTab::onClipToProjectButtonToggle(bool b) |
nothing calls this directly
no test coverage detected