Merge pull request #4070 from Beep6581/lensfun

Lensfun integration
This commit is contained in:
Alberto Griggio
2017-09-13 15:35:26 +02:00
committed by GitHub
33 changed files with 2366 additions and 1045 deletions

View File

@@ -53,7 +53,6 @@ ToolPanelCoordinator::ToolPanelCoordinator () : ipc (nullptr), hasChanged (false
colortoning = Gtk::manage (new ColorToning ());
lensgeom = Gtk::manage (new LensGeometry ());
lensProf = Gtk::manage (new LensProfilePanel ());
lensProf->setLensGeomRef (lensgeom);
distortion = Gtk::manage (new Distortion ());
rotate = Gtk::manage (new Rotate ());
vibrance = Gtk::manage (new Vibrance ());