mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Revert "Update customtreectrl.py"
This commit is contained in:
@@ -5867,7 +5867,7 @@ class CustomTreeCtrl(wx.ScrolledWindow):
|
||||
if wx.Platform in ["__WXMSW__", "__WXMAC__"]:
|
||||
self.Update()
|
||||
else:
|
||||
wx.SafeYield(onlyIfNeeded=True)
|
||||
wx.SafeYield()
|
||||
|
||||
# now scroll to the item
|
||||
item_y = item.GetY()
|
||||
|
||||
Reference in New Issue
Block a user