Fixed SF Bug #781355. It was a problem with the clipping region. (By
authorRobin Dunn <robin@alldunn.com>
Tue, 5 Aug 2003 22:25:38 +0000 (22:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 5 Aug 2003 22:25:38 +0000 (22:25 +0000)
commit3d7a4fe81fa69e9c518a62174ef584bdbb6af7c3
tree3cf3d62d7c9122f807c0db3aeb9e2766e2bc3ec0
parentf0b7eadf889c2882e81470ec8e629d831858acb1
Fixed SF Bug #781355.  It was a problem with the clipping region.  (By
default when drawing the ctrl characters a different drawtext method
is called than for normal text and this one didn't take care of the
clipping region correctly.)  Also fixed a couple buffer overflow
errors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/src/stc/PlatWX.cpp
contrib/src/stc/gen_iface.py
contrib/src/stc/stc.cpp
src/stc/PlatWX.cpp
src/stc/gen_iface.py
src/stc/stc.cpp