jkriege2 / JKQtPlotter

an extensive Qt5 & Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
http://jkriege2.github.io/JKQtPlotter/index.html
GNU Lesser General Public License v2.1
889 stars 190 forks source link

ScribbleMouseEvent Bug Fix #139

Closed Snolandia closed 1 month ago

Snolandia commented 1 month ago

When right clicking during a ScribbleForEvent/MouseDragAction, and the right click is outside the plot, the last scribble event was not being generated.

This fix intends to ensure that a last scribble event gets generated when a right click outside a plot happens and there is a currently active ScribbleForEvent.

jkriege2 commented 1 month ago

thanks