IMDisplay: mouse cursor invisible within selected rectangle

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
tilman
Posts: 19
Joined: 2010-09-15T03:23:33-07:00
Authentication code: 8675308
Location: Berlin, Germany

IMDisplay: mouse cursor invisible within selected rectangle

Post by tilman »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IMDisplay: mouse cursor invisible within selected rectan

Post by magick »

Thanks, we'll get the patch into the next point release of ImageMagick, 6.6.4-5.
User avatar
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

Post by tilman »

magick wrote:Thanks, we'll get the patch into the next point release of ImageMagick, 6.6.4-5.
Hello,

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IMDisplay: mouse cursor invisible within selected rectan

Post by magick »

Done. We'll get a new Windows distribution released with the patch in about a week. Thanks.
Post Reply