Opened 15 years ago
Closed 14 years ago
#6078 closed bug (fixed)
typo in BAbstractLayoutItem::PreferredSize()
Reported by: | yourpalal | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
BAbstractLayoutItem::PreferredSize() calls BaseMaxSize(), not BasePreferredSize().
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | AbstractLayoutItem.patch added |
---|
comment:1 by , 15 years ago
patch: | 0 → 1 |
---|
Note:
See TracTickets
for help on using tickets.
replace call to BaseMaxSize() with BasePreferredSize()