mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
fix plasma crash caused by label destruction
This commit is contained in:
@ -187,7 +187,6 @@ void DesktopPanel::reinit()
|
||||
for (int i=0; i<proxyWidgets.count(); i++) {
|
||||
layout->removeItem(proxyWidgets[i]);
|
||||
delete proxyWidgets[i];
|
||||
delete labels[i];
|
||||
}
|
||||
labels.clear();
|
||||
proxyWidgets.clear();
|
||||
|
Reference in New Issue
Block a user