https://bugs.winehq.org/show_bug.cgi?id=42256
Bug ID: 42256 Summary: PhotoFiltre 6 and 7 don't erase the mouse selection when dragging it Product: Wine Version: 2.0-rc5 Hardware: x86 URL: http://www.photofiltre-studio.com/pf7-en.htm OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 56944 --> https://bugs.winehq.org/attachment.cgi?id=56944 Screenshot showing the issue
As the title says, the program doesn't properly refresh after drawing the new selection, so the old one is still around. Works fine on win7.
According to my tests, it uses LineDDA and SetPixelV to draw these lines. Also, it's probably only done in WM_MOUSEMOVE. I didn't get a WM_PAINT on windows while dragging the selection.