Merged master into gtk3, fixed three conflicts.

This commit is contained in:
Beep6581
2016-06-09 22:36:59 +02:00
parent 7040b6e5b1
commit c857bba95e
50 changed files with 6109 additions and 6009 deletions

View File

@@ -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