The UseAntiAliasing is off by default on wxMac. Add a menu item to
the Py* Apps for experimenting with it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -59,7 +59,8 @@ class PythonSTC(stc.StyledTextCtrl):
|
||||
self.SetViewWhiteSpace(False)
|
||||
#self.SetBufferedDraw(False)
|
||||
#self.SetViewEOL(True)
|
||||
|
||||
#self.SetUseAntiAliasing(True)
|
||||
|
||||
self.SetEdgeMode(stc.STC_EDGE_BACKGROUND)
|
||||
self.SetEdgeColumn(78)
|
||||
|
||||
|
Reference in New Issue
Block a user