Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a mistake in the previous commit (r5573)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5574 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 9, 2006
1 parent ee075a0 commit 2e25dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgslabeldialog.cpp
Expand Up @@ -285,7 +285,7 @@ void QgsLabelDialog::changeFontColor(void)
#endif
mFontColor = QColorDialog::getColor ( mFontColor );
QPalette palette = lblSample->palette();
palette.setColor(lblSample->foregroundRole(), mBufferColor);
palette.setColor(lblSample->foregroundRole(), mFontColor);
lblSample->setPalette(palette);
}

Expand Down

0 comments on commit 2e25dea

Please sign in to comment.