mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
OnDropFiles needs to return a boolean value
This commit is contained in:
@@ -32,6 +32,8 @@ class GridFileDropTarget(wx.FileDropTarget):
|
||||
self.grid.AutoSizeColumn(col)
|
||||
self.grid.Refresh()
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
||||
class FooTable(gridlib.GridTableBase):
|
||||
|
Reference in New Issue
Block a user