We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9ce85 commit 520b94eCopy full SHA for 520b94e
src/gui/qgscolorbuttonv2.cpp
@@ -400,6 +400,7 @@ void QgsColorButtonV2::panelAccepted( QgsPanelWidget* widget )
400
if ( QgsCompoundColorWidget* colorWidget = qobject_cast< QgsCompoundColorWidget* >( widget ) )
401
{
402
addRecentColor( colorWidget->color() );
403
+ colorWidget->deleteLater();
404
}
405
406
0 commit comments