Skip to content

Commit

Permalink
#124 - WebButtonPopup font copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarin committed May 20, 2014
1 parent 5cdea52 commit 27edef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/alee/managers/popup/WebButtonPopup.java
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public Dimension getPreferredSize ()

private void copySettings ( final WebButton button, final WebButton copy )
{
copy.setFont ( button.getFont () );
copy.setIcon ( button.getIcon () );
copy.setText ( button.getText () );
copy.setIconTextGap ( button.getIconTextGap () );
Expand Down

0 comments on commit 27edef6

Please sign in to comment.