Updated to Scintilla from 1.45 to 1.47
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@ class TestView(wxStyledTextCtrl):
|
||||
wxFont(10, wxMODERN, wxNORMAL, wxNORMAL))
|
||||
EVT_DYNAMIC_SASH_SPLIT(self, -1, self.OnSplit)
|
||||
EVT_DYNAMIC_SASH_UNIFY(self, -1, self.OnUnify)
|
||||
|
||||
#self.SetScrollWidth(500)
|
||||
|
||||
def SetupScrollBars(self):
|
||||
# hook the scrollbars provided by the wxDynamicSashWindow
|
||||
|
@@ -162,8 +162,11 @@ def runTest(frame, nb, log):
|
||||
p.SetAutoLayout(true)
|
||||
|
||||
|
||||
## ed.SetBufferedDraw(false)
|
||||
## ed.StyleClearAll()
|
||||
#ed.SetBufferedDraw(false)
|
||||
#ed.StyleClearAll()
|
||||
#ed.SetScrollWidth(800)
|
||||
#ed.SetWrapMode(true)
|
||||
|
||||
ed.SetText(demoText)
|
||||
if wxUSE_UNICODE:
|
||||
import codecs
|
||||
|
Reference in New Issue
Block a user