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
Plasma
libksysguard
Commits
04e96f66
Commit
04e96f66
authored
Nov 11, 2020
by
David Redondo
🏎
Browse files
Delete compactRepresentation when switching faces
Fixes a copy and paste error
BUG:424599
parent
7d87a612
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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