]> git.saurik.com Git - wxWidgets.git/commit - src/stc/PlatWX.cpp
Scintilla's Point class no longer matches the structure of wxPoint, so we need to...
authorRobin Dunn <robin@alldunn.com>
Tue, 25 Sep 2012 23:53:14 +0000 (23:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 25 Sep 2012 23:53:14 +0000 (23:53 +0000)
commit48d63da328f1c10d45a39fd08f3919e7f5ae7386
tree07c456ee309dbd8cb5db13df4cdce8e37c36dfa0
parent7be2a7af39888b264eb0c5787fb2914005633d1b
Scintilla's Point class no longer matches the structure of wxPoint, so we need to copy points to a wxPoint array instead of just typcasting Scintilla's array.  Fixes #14687

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/stc/stctest.cpp
src/stc/PlatWX.cpp