1. When EventGhost is maximized, "Hide EventGhost while dragging" only hides the configuration dialog, but not EventGhost itself
To reproduce:
- Maximize the EventGhost window
- Add an action: "Window: Find a window"
- Enable the option "Hide EventGhost while dragging"
- Drag the crosshair
2. Minimizing EventGhost, while the configuration dialog is open closes the dialog and gives traceback
Code: Select all
Traceback (most recent call last):
File "wx\_core.pyc", line 14368, in <lambda>
File "wx\lib\masked\numctrl.pyc", line 1171, in _CheckInsertionPoint
File "wx\_core.pyc", line 14318, in __getattr__
wx._core.PyDeadObjectError: The C++ part of the NumCtrl object has been deleted, attribute access no longer allowed.
Traceback (most recent call last):
File "wx\_core.pyc", line 14368, in <lambda>
File "wx\lib\masked\textctrl.pyc", line 134, in _SetInsertionPoint
File "wx\_core.pyc", line 14318, in __getattr__
wx._core.PyDeadObjectError: The C++ part of the NumCtrl object has been deleted, attribute access no longer allowed.
Traceback (most recent call last):
File "wx\_core.pyc", line 14368, in <lambda>
File "wx\lib\masked\textctrl.pyc", line 119, in _SetSelection
File "wx\_core.pyc", line 14318, in __getattr__
wx._core.PyDeadObjectError: The C++ part of the NumCtrl object has been deleted, attribute access no longer allowed.
...
repeated 5 times- Add an action: "Window: Find a window"
- Minimize Eventghost (to Tray) while the configuration window is still open
Tested with EG 0.4.6.1397, empty configuration tree, OS: Vista Ultimate 32bit