build and distrib things
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -184,11 +184,8 @@ class PythonSTC(wxStyledTextCtrl):
|
||||
|
||||
if expanding:
|
||||
self.SetFoldExpanded(lineNum, true)
|
||||
print lineNum,
|
||||
lineNum = self.Expand(lineNum, true)
|
||||
print lineNum,
|
||||
lineNum = lineNum - 1
|
||||
print lineNum
|
||||
else:
|
||||
lastChild = self.GetLastChild(lineNum, -1)
|
||||
self.SetFoldExpanded(lineNum, false)
|
||||
|
Reference in New Issue
Block a user