| 2109 | } |
| 2110 | |
| 2111 | void |
| 2112 | Histogram::hideViewerCursor() |
| 2113 | { |
| 2114 | if (!_imp->showViewerPicker) { |
| 2115 | return; |
| 2116 | } |
| 2117 | _imp->showViewerPicker = false; |
| 2118 | update(); |
| 2119 | } |
| 2120 | |
| 2121 | NATRON_NAMESPACE_EXIT |
| 2122 |
no outgoing calls
no test coverage detected