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>
//
@@ -123,6 +124,7 @@ namespace glabels
///
void ColorPaletteButtonItem::mousePressEvent( QMouseEvent* event )
{
event->ignore(); // Allow event to propagate to parent
emit activated();
}