After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 50845 - gtk_paint_* can't draw a selected layout properly
gtk_paint_* can't draw a selected layout properly
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-02-13 22:33 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2001-02-13 22:33:05 UTC
The problem is that you need to draw the layout twice, once with a clip
region, and there's no way to pass in a clip region.
Comment 1 Havoc Pennington 2001-02-16 23:27:04 UTC
Not a problem, because gtk_paint_ has to keep the size and positions
of text constant anyhow.