Ticket #14794 (closed defect: fixed)
wxAuiToolBar regression in recent added Create() method
| Reported by: | RedTide | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxAui | Version: | 2.9-svn |
| Keywords: | overflow items Create() | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
m_gripperVisible and m_overflowVisible are set in Init(), too early to retrieve m_windowStyle value set later in Create().
The problem can be seen also in auidemo sample: all toolbars are shown without any overflow items dropdown button.
This patch correct the issue, adding some other member variables initialization.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

