Comment 7 for bug 1480584

Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

OK, so now what? I'm not very thrilled about the prospect of adding code to KiCad to fix a Linux window manager bug. It's bad enough that we have to provide library patches to get things to work. I can see this type of situation spiraling out of control as we add patches for each new WM bug. Has anyone submitted a bug report to the awesome wm project or checked if they are even aware of the problem? As I've stated before, this patch seems like overkill. Does it really need to convert the cursor position to drawing (logical) coordinates to verify if the mouse is within the boundary of the canvas (wxPanel)? I would think you should be able to use the device coordinates to determine if the mouse is within the canvas.