Update issues on Windows.

main
Alex Huszagh 2022-05-09 19:15:10 -05:00
parent 79988d236c
commit 9ade91d4da
1 changed files with 5 additions and 0 deletions

View File

@ -95,11 +95,16 @@
- We cannot intercept mouse events for the menu resize outside the window. - We cannot intercept mouse events for the menu resize outside the window.
- This even occurs when forcing X11 on Wayland. - This even occurs when forcing X11 on Wayland.
On Windows, only the menu resize event fails. For the subwindow, it stops
tracking outside of the window boundaries, and for the main window, it does
the same, making it practically useless.
# Testing # Testing
The current platforms/desktop environments have been tested: The current platforms/desktop environments have been tested:
- Gnome (X11, Wayland) - Gnome (X11, Wayland)
- KDE Plasma (X11, Wayland) - KDE Plasma (X11, Wayland)
- Windows 10
''' '''
import enum import enum