Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
7bbfe661
Commit
7bbfe661
authored
Sep 08, 2022
by
Liu Bodong
😘
Committed by
Tomaz Canabrava
Sep 08, 2022
Browse files
Fix ColorScheme read entry spell error
parent
795f8e75
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/colorscheme/ColorScheme.cpp
View file @
7bbfe661
...
...
@@ -470,8 +470,8 @@ void ColorScheme::read(const KConfig &config)
configGroup
.
readEntry
(
"FillStyle"
,
QString
::
fromLatin1
(
"Tile"
)),
configGroup
.
readEntry
(
"Anchor"
,
QPointF
(
0.5
,
0.5
)),
configGroup
.
readEntry
(
"WallpaperOpacity"
,
1.0
),
configGroup
.
readEntry
(
"
w
allpaperFlipHorizontal"
,
false
),
configGroup
.
readEntry
(
"
w
allpaperFlipVertical"
,
false
));
configGroup
.
readEntry
(
"
W
allpaperFlipHorizontal"
,
false
),
configGroup
.
readEntry
(
"
W
allpaperFlipVertical"
,
false
));
_colorRandomization
=
configGroup
.
readEntry
(
EnableColorRandomizationKey
,
false
);
for
(
int
i
=
0
;
i
<
TABLE_COLORS
;
i
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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