Skip to content

Commit

Permalink
Merge pull request planetfederal#227 from bartvde/legend
Browse files Browse the repository at this point in the history
apply outputConfig in addOutput call of legend plugin
  • Loading branch information
Bart van den Eijnden committed Jan 31, 2014
2 parents 8b9e45c + e4273cd commit 3dda12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/plugins/Legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gxp.plugins.Legend = Ext.extend(gxp.plugins.Tool, {
tooltip: this.tooltip,
handler: function() {
this.removeOutput();
this.addOutput();
this.addOutput(this.outputConfig);
},
scope: this
}];
Expand Down

0 comments on commit 3dda12b

Please sign in to comment.