updated drag and drop behavior to not trigger a suspected wx bug on Mac
This commit is contained in:
5
gui/utils/staticHelpers.py
Normal file
5
gui/utils/staticHelpers.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class DragDropHelper:
|
||||
data = None
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user