I have a gesture mapped to minimize the current window using:
acMinimizeWindow(nil, gsx, gsy) => StrokePlus functionThis function relies on the current mouse position to detect the target window. Up to around version 28.29.xxx, it worked perfectly with XYplorer regardless of where the gesture started—whether over the left pane, right pane, or other UI areas.
However, after upgrading to a 28.30.xx beta (I’m not sure of the exact build where this changed), the behavior is different:
- The gesture only works when started over the main window UI (e.g., title bar or status bar).
- If the gesture starts over the left or right pane, it no longer minimizes the window.
- Other gestures (e.g., creating a new tab) still work fine from those panes.
Anyone knows if this is an intentional change or a regression?
XYplorer Beta Club