Skip to content

Commit eff9f70

Browse files
author
g_j_m
committedNov 19, 2007
Fix for ticket #150. Not sure how it worked prior to this commit (which it did
on at least one computer)! git-svn-id: http://svn.osgeo.org/qgis/trunk@7462 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0bc0ed4 commit eff9f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/copyright_label/plugingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void QgsCopyrightLabelPluginGui::on_buttonBox_accepted()
3737
//close the dialog
3838
emit changeFont(txtCopyrightText->currentFont());
3939
emit changeLabel(txtCopyrightText->text());
40-
emit changeColor(txtCopyrightText->color());
40+
emit changeColor(pbnColorChooser->color());
4141
emit changePlacement(cboPlacement->currentIndex());
4242
emit enableCopyrightLabel(cboxEnabled->isChecked());
4343

0 commit comments

Comments
 (0)
Please sign in to comment.