Closed
Bug 226781
Opened 21 years ago
Closed 21 years ago
[gtk2] widgets need not be realized to obtain system fonts
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
1.85 KB,
patch
|
blizzard
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
Currently, nsSystemFontsGTK realizes each of the widgets it creates before
getting its font style. This is not necessary -- the font style is computed
well before needing to realize the widget.
Assignee | ||
Comment 1•21 years ago
|
||
Just call gtk_widget_ensure_style().
Assignee | ||
Updated•21 years ago
|
Attachment #136321 -
Flags: superreview?(dbaron)
Attachment #136321 -
Flags: review?(blizzard)
Attachment #136321 -
Flags: superreview?(dbaron) → superreview+
Updated•21 years ago
|
Attachment #136321 -
Flags: review?(blizzard) → review+
Assignee | ||
Comment 2•21 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•