Opened 18 years ago
Closed 16 years ago
#597 closed bug (fixed)
[Cortex] double click on audio mixer opens non-resizable window
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Media Kit | Version: | |
Keywords: | Cc: | marcusoverhagen | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Change History (6)
comment:1 by , 18 years ago
Component: | General → Media/Media Kit |
---|---|
Owner: | changed from | to
Platform: | → All |
comment:2 by , 18 years ago
Owner: | changed from | to
---|
comment:3 by , 18 years ago
Cc: | added |
---|
comment:4 by , 17 years ago
I think the problem lies in DefaultMediaTheme::MakeViewFor(BParameterWeb *web, const BRect *hintRect). The view returned by this function should be probably resized to its preferred size, before being returned.
Note:
See TracTickets
for help on using tickets.
This seems to be a problem of the BMediaTheme implementation (I did some time ago); Cortex sets a size limit for the Window - and the views don't seem to report their ideal size correctly.