Skip to content

Commit

Permalink
Merge pull request #60 from NiharikaRay/fix_markup_widget
Browse files Browse the repository at this point in the history
Fix Markup Widget bug
  • Loading branch information
mistercrunch committed Nov 10, 2015
2 parents 3c5867c + 54e45ba commit 9d65f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self, viz):
'step-before', 'step-after']),
default='linear',
description="Line interpolation as defined by d3.js"),
'code': TextAreaField("Code", description="Put your code here"),
'code': TextAreaField("Code", description="Put your code here", default=''),
'size_from': TextField(
"Font Size From",
default="20",
Expand Down

0 comments on commit 9d65f8d

Please sign in to comment.