Skip to content

Commit

Permalink
Merge pull request #83 from magnebra/font_size_is_hidden
Browse files Browse the repository at this point in the history
Font size is hidden
  • Loading branch information
progers committed Mar 11, 2016
2 parents bd55ce3 + fc269cf commit a8ac2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/svg-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1688,6 +1688,7 @@ TODOS

if (el_name == 'text') {
$('#text_panel').css('display', 'inline');
$('#tool_font_size').css('display', 'inline');
if (svgCanvas.getItalic()) {
$('#tool_italic').addClass('push_button_pressed').removeClass('tool_button');
} else {
Expand Down

0 comments on commit a8ac2bf

Please sign in to comment.