Ticket #12490 (new defect)
Opened 3 years ago
Under wxGTK, initial AUI pane sizes are wrong in wx(MDIChild)Frames with wxDefaultSize
| Reported by: | Carsten | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGTK | Version: | 2.9-svn |
| Keywords: | aui, mdi, panes | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Using wxGTK, the initial AUI pane sizes are wrong (too small) if the containing frame (wxFrame or wxMDIChildFrame) is created with wxDefaultSize (and possibly style wxMAXIMIZE), instead of a fixed size like wxSize(800, 600).
wxMSW is not affected.
I've created two patches to the aui sample that demonstrate the problem:
- The simple patch is for wxFrame, where the problem is only mildly pronounced.
- The MDI patch uses a wxMDIChildFrame, where the problem is clearly visible, as shown in the attached screenshot.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

