wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets

Home Page:https://wxMaxima-developers.github.io/wxmaxima/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Right Click whilst left key is pressed causes assert

gunterkoenigsmann opened this issue · comments

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.