Replace int by double for Blur radius

This commit is contained in:
Desmis
2019-03-01 09:03:34 +01:00
parent e31108ba1f
commit 873ed72f3c
4 changed files with 7 additions and 7 deletions

View File

@@ -1022,7 +1022,7 @@ struct LocallabParams {
// ColorToningParams::LabCorrectionRegion Labcorr;
// Blur & Noise
bool expblur;
int radius;
double radius;
int strength;
int sensibn;
Glib::ustring blurMethod;