Ticket #39 (closed defect)
MDI maximized creation of child window causes problem
| Reported by: | anonymous | Owned by: | georgetasker |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxMSW | Version: | |
| Keywords: | Cc: | georgetasker, paolopetranzan, vadz | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Bug#: 104
Product: .wxWindows
Version: 2.2.0
Platform: wxMSW
OS/Version: Win NT4 SP5
Status: NEW
Resolution:
Severity: normal
Priority: P2
Component: docs
AssignedTo: ???
ReportedBy: kgeza@…
URL:
Summary: MDI application: maximized creation of child window causes problem
If an MDI child window is created maximized, the child window system
controls (minimize, maximize/restore, close) cannot be seen until
some change is made to the arrangement of the windows (e.g. the main
window is restored).
Reproduction of bug: in the sample application 'docvwmdi',
docview.cpp, line 125 (MyApp::CreateChildFrame) change frame style
from wxDEFAULT_FRAME_STYLE to wxMAXIMIZE. Compile and run the program,
and create an MDI document from the file menu.
