Fix memory leak on icon tray by letting events pass the parent widget.
This commit is contained in:
		@@ -51,6 +51,7 @@ UnityIndicator::UnityIndicator(QWidget *obj_parent) :
 | 
			
		||||
    TrayIndicator(obj_parent)
 | 
			
		||||
{
 | 
			
		||||
    notify_init("qcma");
 | 
			
		||||
    setAttribute(Qt::WA_TransparentForMouseEvents);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
UnityIndicator::~UnityIndicator()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user