Automatically disable Auto-Fill when enabling LCP Disortion Correction, #1791

This commit is contained in:
Beep6581
2016-05-30 23:47:13 +02:00
parent d57eec1628
commit 9fccdd6ca5
5 changed files with 31 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ ToolPanelCoordinator::ToolPanelCoordinator () : ipc(nullptr), editDataProvider(n
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 ());