Solving issue 2290: "Enhanced look"

This commit is contained in:
Hombrenatureh.510
2014-03-24 20:47:58 +01:00
parent 70d2cdde5c
commit db633c4800
111 changed files with 2890 additions and 413 deletions

View File

@@ -23,7 +23,7 @@
#include "toolpanel.h"
#include "lensgeomlistener.h"
class LensGeometry : public Gtk::VBox, public FoldableToolPanel {
class LensGeometry : public ToolParamBlock, public FoldableToolPanel {
protected:
Gtk::Button* autoCrop;
@@ -31,7 +31,7 @@ class LensGeometry : public Gtk::VBox, public FoldableToolPanel {
Gtk::CheckButton* fill;
bool lastFill;
sigc::connection fillConn;
Gtk::VBox* packBox;
ToolParamBlock* packBox;
public: