Commit 24c3ed9f authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: CoverArtLabel: fix doubleclick openings using item context

parent 96fe985a
......@@ -234,7 +234,7 @@ public:
protected:
virtual void mouseDoubleClickEvent( QMouseEvent *event )
{
if( qobject_cast<MetaPanel *>(this->window()) == NULL )
if( ! p_item && qobject_cast<MetaPanel *>(this->window()) == NULL )
{
THEDP->mediaInfoDialog();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment