mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 23:41:51 +02:00
Delete widget after it's removed
This commit is contained in:
parent
2c91365cbb
commit
f299d0b923
@ -169,7 +169,7 @@ DynamicControlList::removeControl()
|
||||
m_controls.removeAll( w );
|
||||
|
||||
m_generator->removeControl( w->control() );
|
||||
delete w;
|
||||
w->deleteLater();
|
||||
|
||||
emit controlsChanged( false );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user