Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for ticket #150. Not sure how it worked prior to this commit (whi…
…ch it did

on at least one computer)!


git-svn-id: http://svn.osgeo.org/qgis/trunk@7462 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 19, 2007
1 parent 0bc0ed4 commit eff9f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/copyright_label/plugingui.cpp
Expand Up @@ -37,7 +37,7 @@ void QgsCopyrightLabelPluginGui::on_buttonBox_accepted()
//close the dialog
emit changeFont(txtCopyrightText->currentFont());
emit changeLabel(txtCopyrightText->text());
emit changeColor(txtCopyrightText->color());
emit changeColor(pbnColorChooser->color());
emit changePlacement(cboPlacement->currentIndex());
emit enableCopyrightLabel(cboxEnabled->isChecked());

Expand Down

0 comments on commit eff9f70

Please sign in to comment.