mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Fix scrolling regression in DynamicSashWindow
This commit is contained in:
@@ -110,9 +110,9 @@ class SimpleView(wx.Panel):
|
||||
def runTest(frame, nb, log):
|
||||
|
||||
if True:
|
||||
win = gizmos.DynamicSashWindow(nb, -1, #style=0
|
||||
#| wxDS_MANAGE_SCROLLBARS
|
||||
#| wxDS_DRAG_CORNER
|
||||
win = gizmos.DynamicSashWindow(nb, -1, style=0
|
||||
#| gizmos.DS_MANAGE_SCROLLBARS
|
||||
| gizmos.DS_DRAG_CORNER
|
||||
)
|
||||
|
||||
view = TestView(win, -1, log)
|
||||
|
||||
Reference in New Issue
Block a user