More tweaking of color button and dialog.

This commit is contained in:
Jim Evins
2015-08-19 10:14:05 -04:00
parent b1bfdc6952
commit e4d2603cb4
5 changed files with 41 additions and 16 deletions
-1
View File
@@ -124,7 +124,6 @@ namespace glabels
///
void ColorPaletteButtonItem::mousePressEvent( QMouseEvent* event )
{
event->ignore(); // Allow event to propagate to parent
emit activated();
}