Closed
Bug 112719
Opened 24 years ago
Closed 24 years ago
XULTreeSliceFrame isn't using new grid code!
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
|
1.78 KB,
patch
|
jag+mozilla
:
review+
|
Details | Diff | Splinter Review |
layout/xul/base/src/nsXULTreeSliceFrame.cpp isn't picking up the MOZ_GRID2
#define (since it's just defined in some random headers, not in the makefile).
This patch hardcodes on MOZ_GRID2 in that class (in preparation for removing the
old code), and fixes the constructor so that it properly inherits from
nsGridRowLeafFrame.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment on attachment 59762 [details] [diff] [review]
patch
r=jag
Attachment #59762 -
Flags: review+
| Assignee | ||
Comment 3•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•