Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    menuButton.setAutoWidth bug

    Hello,

    I try to set menuButton with autoWidth attribute, but setAutoWidth function creates a button with 1px width:

    Code:
    MenuButton menuButton = new MenuButton("title", menu);
    menuButton.setAutoWidth();
    Are you planning to fix this bug? Can you provide a workaround?


    thank you
Working...
X