mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-17 14:10:07 +01:00
Add virtual flag for SendAutoScrollEvents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,6 +69,7 @@ def run():
|
||||
scrolled.find('OnDraw').isVirtual = True
|
||||
scrolled.find('GetSizeAvailableForScrollTarget').isVirtual = True
|
||||
scrolled.find('GetSizeAvailableForScrollTarget').ignore(False)
|
||||
node.find('SendAutoScrollEvents').isVirtual = True
|
||||
|
||||
|
||||
else:
|
||||
@@ -112,6 +113,7 @@ def run():
|
||||
node.find('OnDraw').isVirtual = True
|
||||
node.find('GetSizeAvailableForScrollTarget').isVirtual = True
|
||||
node.find('GetSizeAvailableForScrollTarget').ignore(False)
|
||||
node.find('SendAutoScrollEvents').isVirtual = True
|
||||
|
||||
module.insertItemAfter(scrolled, node)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user