Solving issue 1751: "When switching processing profiles, missing values should be taken from Neutral" ; also updates the French language file
This commit is contained in:
@@ -108,8 +108,8 @@ class Options {
|
||||
bool windowMaximized;
|
||||
int dirBrowserWidth;
|
||||
int dirBrowserHeight;
|
||||
int preferencesWidth;
|
||||
int preferencesHeight;
|
||||
int preferencesWidth;
|
||||
int preferencesHeight;
|
||||
int lastScale;
|
||||
int panAccelFactor;
|
||||
int lastCropSize;
|
||||
@@ -151,7 +151,7 @@ class Options {
|
||||
Glib::ustring psDir;
|
||||
Glib::ustring customEditorProg;
|
||||
Glib::ustring customProfileBuilder;
|
||||
int editorToSendTo;
|
||||
int editorToSendTo;
|
||||
int maxThumbnailHeight;
|
||||
std::size_t maxCacheEntries;
|
||||
ThFileType thumbnailFormat;
|
||||
@@ -198,6 +198,8 @@ class Options {
|
||||
// Performance options
|
||||
int rgbDenoiseThreadLimit; // maximum number of threads for the denoising tool ; 0 = use the maximum available
|
||||
|
||||
bool filledProfile; // Used as reminder for the ProfilePanel "mode"
|
||||
|
||||
bool menuGroupRank;
|
||||
bool menuGroupLabel;
|
||||
bool menuGroupFileOperations;
|
||||
|
Reference in New Issue
Block a user