Merged master into gtk3, fixed three conflicts.
This commit is contained in:
@@ -32,11 +32,12 @@ protected:
|
||||
Gtk::CheckButton* fill;
|
||||
bool lastFill;
|
||||
sigc::connection fillConn;
|
||||
ToolParamBlock* packBox;
|
||||
ToolParamBlock* packBox;
|
||||
|
||||
public:
|
||||
|
||||
LensGeometry ();
|
||||
~LensGeometry ();
|
||||
|
||||
Gtk::Box* getPackBox ()
|
||||
{
|
||||
@@ -53,6 +54,11 @@ public:
|
||||
{
|
||||
rlistener = l;
|
||||
}
|
||||
void disableAutoFillIfActive ();
|
||||
|
||||
private:
|
||||
static int doDisableAutoFillIfActive (void* data);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user