mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
fix plasma crash caused by label destruction
This commit is contained in:
parent
0ab74b493c
commit
29d34525a3
@ -292,8 +292,7 @@ Additional information
|
|||||||
TODO (wish list)
|
TODO (wish list)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* 3rdpatry modules support (C++, Python and Shell modules in the plan)
|
See [milestones](https://github.com/arcan1s/awesome-widgets/milestones) for more details.
|
||||||
* graphical bars support
|
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-----
|
-----
|
||||||
|
@ -187,7 +187,6 @@ void DesktopPanel::reinit()
|
|||||||
for (int i=0; i<proxyWidgets.count(); i++) {
|
for (int i=0; i<proxyWidgets.count(); i++) {
|
||||||
layout->removeItem(proxyWidgets[i]);
|
layout->removeItem(proxyWidgets[i]);
|
||||||
delete proxyWidgets[i];
|
delete proxyWidgets[i];
|
||||||
delete labels[i];
|
|
||||||
}
|
}
|
||||||
labels.clear();
|
labels.clear();
|
||||||
proxyWidgets.clear();
|
proxyWidgets.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user