MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / hideViewerCursor

Method hideViewerCursor

Gui/Histogram.cpp:2111–2119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

updateColorPickerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected