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