wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
460 stars 96 forks source link

Right Click whilst left key is pressed causes assert #1844

Closed gunterkoenigsmann closed 7 months ago

gunterkoenigsmann commented 7 months ago

The problem seems to be: When marking cells or text with the left mouse key we need to capture the mouse pointer, else we wouldn't be informed about its whereabouts, if the mouse pointer leaves the worksheet. If that worksheet now pops up a menu that causes the worksheet to (for the application unexpectedly) immediately loose the ownership on the mouse pointer causing an assert.