Opened 16 years ago

Closed 15 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 stpere, 15 years ago

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.

comment:2 by bga, 15 years ago

Resolution: fixed
Status: newclosed

Yes, this is fixed. Thanks for the heads up.

Note: See TracTickets for help on using tickets.