Rawtherapee forgets checked Autofill-option, fixes #3332

This commit is contained in:
Beep6581
2016-06-09 20:38:46 +02:00
parent a28bbb853b
commit cbbdc3e36f
3 changed files with 9 additions and 2 deletions

View File

@@ -54,7 +54,10 @@ public:
void onUseDistChanged();
void onUseVignChanged();
void onUseCAChanged();
void setLensGeomRef( LensGeometry *foo) { lensgeomLcpFill = foo ;};
void setLensGeomRef( LensGeometry *foo)
{
lensgeomLcpFill = foo ;
};
};
#endif