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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user