Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
libksysguard
Commits
04e96f66
Commit
04e96f66
authored
Nov 11, 2020
by
David Redondo
🏎
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete compactRepresentation when switching faces
Fixes a copy and paste error BUG:424599
parent
7d87a612
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
faces/SensorFaceController.cpp
faces/SensorFaceController.cpp
+1
-1
No files found.
faces/SensorFaceController.cpp
View file @
04e96f66
...
...
@@ -530,7 +530,7 @@ void SensorFaceController::setFaceId(const QString &face)
}
if
(
d
->
compactRepresentation
)
{
d
->
compactRepresentation
->
deleteLater
();
d
->
full
Representation
.
clear
();
d
->
compact
Representation
.
clear
();
}
if
(
d
->
faceConfigUi
)
{
d
->
faceConfigUi
->
deleteLater
();
...
...
David Redondo
🏎
@davidre
mentioned in commit
0eb3e56e
·
Nov 11, 2020
mentioned in commit
0eb3e56e
mentioned in commit 0eb3e56e70300fe5990529045d93c0930e9d9330
Toggle commit list
Write
Preview
Markdown
is supported
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