Skip to content

Commit

Permalink
Bug correction : incorrect preview on text when changing color or siz…
Browse files Browse the repository at this point in the history
…e after text plus options
  • Loading branch information
jcornet committed Mar 3, 2015
1 parent 980b8d6 commit 68982dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ define([
this.own(on(this.textSymChooser,'change',lang.hitch(this,function(symbol){
this.drawBox.setTextSymbol(symbol);
this._controlTextIsWritten();
this._phantomSymbol = this.textSymChooser.getSymbol();
this._update_add_textSymbol();
this._phantomSymbol = this.textSymChooser.symbol;
this._enableMapPreview(true);
})));

Expand Down

0 comments on commit 68982dc

Please sign in to comment.