Skip to content

Commit

Permalink
Fix for typo mentioned here: https://stackoverflow.com/questions/4810…
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog committed Jan 16, 2018
1 parent b687dd2 commit baa7096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodenameOne/src/com/codename1/ui/Toolbar.java
Expand Up @@ -894,7 +894,7 @@ public void actionPerformed(ActionEvent evt) {
sidemenuDialog.getTitleComponent().remove();
sidemenuDialog.add(BorderLayout.CENTER, permanentSideMenuContainer);
if(sidemenuSouthComponent != null) {
sidemenuDialog.add(BorderLayout.SOUTH, permanentSideMenuContainer);
sidemenuDialog.add(BorderLayout.SOUTH, sidemenuSouthComponent);
}
float size = 4.5f;
try {
Expand Down

0 comments on commit baa7096

Please sign in to comment.