"thenriksen" thenriksen-F1HGIaG5STRyXAeb93iumQ@public.gmane.org writes:
Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv13603/Drei
Modified Files: drei-redisplay.lisp drei-clim.lisp Log Message: Fixed the "wandering Drei" input-editor redisplay bug by enforcing the original coordinates of the Drei instance.
I gave Troels instructions for reproducing the bug earlier today, and he couldn't. The instructions used Courier Default Ugly, and went:
(asdf:oos 'asdf:load-op :gsharp) (clim:run-frame-top-level (clim:make-application-frame 'fontview::fontview)) Antialias View SPC ; and mouse over
Troels was unable to reproduce it, but I now have a guess why. I'm lazy with capital letters in clim, since it corrects them for me, so I type "antialias SPC". When I hit the SPC and the initial a is upcased to A, I think that is when the oddities begin. (This is just a guess from examining the visual effect that I now see when at the command prompt, and not based on reading any of the code).
Cheers,
Christophe