Minor performance cleanup.

This commit is contained in:
Jim Evins
2018-02-11 15:51:30 -05:00
parent 931294a0f9
commit 6e6a1fab72
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ namespace glabels
if ( index != 0 )
{
mColorNode.setField( true );
mColorNode.setColor( QColor("#eeeeec") );
mColorNode.setColor( QColor( 0xee, 0xee, 0xec ) );
mColorNode.setKey( mKeys[index-1] );
emit colorChanged( mColorNode, false );