mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix a mistake in the previous commit (r5573)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5574 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fa5948c82e
commit
6538908d44
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user