Merge branch 'master' into new_panels
[situare] / src / ui / indicatorbuttonpanel.cpp
index 10346f8..d535782 100644 (file)
@@ -109,6 +109,13 @@ IndicatorButtonPanel::IndicatorButtonPanel(QWidget *parent)
             this, SIGNAL(autoCenteringTriggered(bool)));
 }
 
+IndicatorButtonPanel::~IndicatorButtonPanel()
+{
+    qDebug() << __PRETTY_FUNCTION__;
+
+    delete m_normalColor;
+}
+
 void IndicatorButtonPanel::forceMouseRelease()
 {
     qDebug() << __PRETTY_FUNCTION__;