moved channel mixer back to the color tab

This commit is contained in:
Alberto Griggio
2018-01-20 18:50:01 +01:00
parent 466efd3993
commit 2aea7aa97c
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ ToolPanelCoordinator::ToolPanelCoordinator (bool batch) : ipc (nullptr), hasChan
addPanel (colorPanel, whitebalance);
addPanel (exposurePanel, toneCurve);
addPanel (colorPanel, vibrance);
addPanel (advancedPanel, chmixer);
addPanel (colorPanel, chmixer);
addPanel (colorPanel, blackwhite);
addPanel (exposurePanel, localContrast);
addPanel (exposurePanel, shadowshighlights);