Opened 16 years ago
Closed 16 years ago
#2613 closed bug (fixed)
Calling Minimize() in Window constructor does not work.
Reported by: | bga | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | User Interface | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If Minimize() is called in the Window constructor it will not work as expected. The Window will not be minimized (it will still show on screen) but IsMinimized() will return true. In BeOS R5, minimizing a Window on its constructor is a valid operation.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, this is fixed. Thanks for the heads up.
Note:
See TracTickets
for help on using tickets.
I tried to reproduce this bug but my impression is that it got fixed in hrev28938. Bruno, can you confirm if it's still bogus with your test case? I did put a Minimize call in StyledEdit Window constructor and it started minimized, as expected.