jeanslack / Videomass

Videomass is a free, open source and cross-platform GUI for FFmpeg and yt-dlp
https://jeanslack.github.io/Videomass/
GNU General Public License v3.0
960 stars 44 forks source link

Crop filter: Missing display of area drawn using Wayland #313

Closed jeanslack closed 1 month ago

jeanslack commented 1 month ago

What operating system are you using?
Linux

What version of Videomass are you using and how did you install or run it?
v5.0.13 from source code

Describe the bug
The area drawn with the mouse is not displayed at all, even when setting the coordinates by typing the numerical values. This problem affects the Linux operating system using Wayland (display server protocol) while using X11 everything works as expected.

The possible solution is to call Refresh() after wx.PaintDC on EVT_PAINT handler.