Tweaking color button menu.

This commit is contained in:
Jim Evins
2015-08-18 23:48:25 -04:00
parent c90c2f8236
commit 02b00b1511
5 changed files with 29 additions and 15 deletions
+2
View File
@@ -22,6 +22,7 @@
#include <QPainter>
#include <QMouseEvent>
//
@@ -162,6 +163,7 @@ namespace glabels
///
void ColorPaletteItem::mousePressEvent( QMouseEvent* event )
{
event->ignore(); // Allow event to propagate to parent
emit activated( mId );
}