BatchToolPanelCoordinator::initSession fixed (issue #4014)

This commit is contained in:
Hombre57
2017-09-02 18:21:12 +02:00
parent e6f1b53142
commit bfe24ab195
3 changed files with 50 additions and 53 deletions

View File

@@ -60,7 +60,7 @@ ToolPanelCoordinator::ToolPanelCoordinator () : ipc (nullptr), hasChanged (false
colorappearance = Gtk::manage (new ColorAppearance ());
whitebalance = Gtk::manage (new WhiteBalance ());
vignetting = Gtk::manage (new Vignetting ());
retinex = Gtk::manage (new Retinex ());
retinex = Gtk::manage (new Retinex ());
gradient = Gtk::manage (new Gradient ());
pcvignette = Gtk::manage (new PCVignette ());
perspective = Gtk::manage (new PerspCorrection ());