[ wxwindows-Patches-1518118 ] Bring behaviour of wxTextAttr under
wxGTK in line with wxMSW
SourceForge.net
noreply at sourceforge.net
Thu Jul 6 05:36:06 PDT 2006
Patches item #1518118, was opened at 2006-07-06 14:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1518118&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GTK specific
Group: bug fix
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Kosse (botg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bring behaviour of wxTextAttr under wxGTK in line with wxMSW
Initial Comment:
Currently, at the start of wxGtkTextApplyTagsFromAttr,
every single tag is removed from the text between start
and end.
This has strange effects, especially if alignment,
indentation and tabs are used.
Setting a new font for example would reset the
background color.
This problem does not exist under wxMSW, applying text
attributes works as one would expect under that platform.
The attached patch fixes wxGtkTextApplyTagsFromAttr.
Tags are only removed/updated if they are set in the
new attributes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1518118&group_id=9863
More information about the wx-dev
mailing list