From fa433648cd9f5bc4078b530c994d43c22f021261 Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Fri, 24 Mar 2017 14:52:31 +0100 Subject: [PATCH] make "Processing profiles -> Reset to default" work also when the default is "(Neutral)" --- rtgui/thumbnail.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rtgui/thumbnail.cc b/rtgui/thumbnail.cc index 658721ebc..0bbefa298 100644 --- a/rtgui/thumbnail.cc +++ b/rtgui/thumbnail.cc @@ -238,8 +238,7 @@ rtengine::procparams::ProcParams* Thumbnail::createProcParamsForUpdate(bool retu if (!err) { loadProcParams(); } - } else if (create && - defProf != DEFPROFILE_DYNAMIC && defProf != DEFPROFILE_INTERNAL){ + } else if (create && defProf != DEFPROFILE_DYNAMIC) { const PartialProfile *p = profileStore.getProfile(defProf); if (p && !p->pparams->save(outFName)) { loadProcParams();