Skip to content

Commit

Permalink
Fixed font subframe layout, it had the antialias label AFTER the comb…
Browse files Browse the repository at this point in the history
…o ^_^
  • Loading branch information
RobertBColton committed Jun 5, 2013
1 parent 9b41c05 commit 4020882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/lateralgm/subframes/FontFrame.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void removeUpdate(DocumentEvent e)
/**/.addGroup(layout.createSequentialGroup() /**/.addGroup(layout.createSequentialGroup()
/* */.addComponent(bold) /* */.addComponent(bold)
/* */.addComponent(italic) /* */.addComponent(italic)
/* */.addComponent(aa).addComponent(aaLabel)) /* */.addComponent(aaLabel).addComponent(aa))
/**/.addComponent(crPane) /**/.addComponent(crPane)
/**/.addGroup(layout.createSequentialGroup() /**/.addGroup(layout.createSequentialGroup()
/* */.addComponent(lPreview) /* */.addComponent(lPreview)
Expand Down

0 comments on commit 4020882

Please sign in to comment.