Vadim Zeitlin
unread,Feb 8, 2013, 3:55:06 PM2/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-...@googlegroups.com
On Fri, 8 Feb 2013 00:34:45 -0800 Igor Korot wrote:
IK> Hi, (Vadim),
IK> I remember the discussion and the ticket about GetTextExtent() and it's
IK> implementation for the text and other related controls.
IK>
IK> Now, I'm interested to pull this patch in my wx-2.9.4 version and use it
IK> for the spin control and possibly for the combo box.
IK>
IK> However, I can't seem to find a commit that took care of that.
IK>
IK> Was it done and if yes, applied?
If you mean wxTextMeasure changes, then yes, they were applied, but it
took much more than a single commit so they're not going to be trivial to
backport. I am also not sure why do you think you need to do this because
they're completely private to the library, so you wouldn't be able to sue
them anyhow.
Regards,
VZ