VisualizationLibrary
VisualizationLibrary copied to clipboard
fix build error under msys2 with wxWidgets option enabled
see discussion here: when building this library wxWidgets support under msys2, I got build error, here is a patch to fix the error Issue #210 · MicBosi/VisualizationLibrary — https://github.com/MicBosi/VisualizationLibrary/issues/210
There is another crash bug for the wxWidgets gui port, I just fix this bug in this pull request. mMouseCounter is no needed here, otherwise, this variable will be -1 if I double left mouse click on the window.