ui: Fixes for source group ui

* added final icons
* fixed inconsistent names on copy
* fixed files list for cdb groups not updated
This commit is contained in:
Eberhard Graether
2017-05-31 13:33:34 +02:00
parent 539377339a
commit 8a6def2d7a
11 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ void QtIconButton::setColor(QColor color)
void QtIconButton::enterEvent(QEvent *event)
{
if (m_hoveredIconPath.size())
if (m_hoveredIconPath.size() && isEnabled())
{
setIconFromPath(m_hoveredIconPath);
}