Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
digiKam
Commits
be04a8d3
Commit
be04a8d3
authored
Dec 11, 2014
by
Gilles Caulier
🗼
Browse files
apply patch #89917
CCBUGS: 318726
parent
9f4b5654
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/dimg/filters/icc/iccprofilesettings.cpp
View file @
be04a8d3
...
...
@@ -132,7 +132,7 @@ void IccProfilesSettings::setCurrentProfile(const IccProfile& prof)
void
IccProfilesSettings
::
resetToDefault
()
{
blockSignals
(
true
);
d
->
profilesBox
->
setCurrentIndex
(
-
1
);
d
->
profilesBox
->
setCurrentIndex
(
0
);
blockSignals
(
false
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment