The static version of IMDisplay.exe has a bug that the mouse cursor becomes invisble when hovering within the selected rectangle.
The cause is explained in Q208856: _AFX_NO_TRACKER_RESOURCES must not be defined in the .rc file.
Here's a revised .rc file
http://pastebin.com/XgKV31Sx
alternatively, just remove the line #define _AFX_NO_TRACKER_RESOURCES in the "resource includes" dialog as explained in Q208856.
Thank you
Tilman Hausherr
IMDisplay: mouse cursor invisible within selected rectangle
Re: IMDisplay: mouse cursor invisible within selected rectan
Thanks, we'll get the patch into the next point release of ImageMagick, 6.6.4-5.
- tilman
- Posts: 19
- Joined: 2010-09-15T03:23:33-07:00
- Authentication code: 8675308
- Location: Berlin, Germany
Re: IMDisplay: mouse cursor invisible within selected rectan
Hello,magick wrote:Thanks, we'll get the patch into the next point release of ImageMagick, 6.6.4-5.
There's still one line
Code: Select all
#define _AFX_NO_TRACKER_RESOURCES
in the IMDIsplay.rc file, which is why the bug is in the static portable version 6.6.4-6 of IMDisplay.exe . That line has to be removed too.
Tilman Hausherr
Re: IMDisplay: mouse cursor invisible within selected rectan
Done. We'll get a new Windows distribution released with the patch in about a week. Thanks.