- fixed setup_ubuntu.sh to include the matplotlib package required by the Legacy (2D) graphic engine

- in legacy graphic engine, fixed issue where immediately after changing the mouse cursor snapping the mouse cursor shape was not updated
- in legacy graphic engine, fixed issue where while zooming the mouse cursor shape was not updated
- in legacy graphic engine, fixed issue where immediately after panning finished the mouse cursor shape was not updated
This commit is contained in:
Marius Stanciu
2019-09-24 15:47:33 +03:00
parent e042f6beed
commit 1ee7f9bf1e
3 changed files with 90 additions and 13 deletions

View File

@@ -29,4 +29,5 @@ pip3 install --upgrade freetype-py
pip3 install --upgrade fontTools
pip3 install --upgrade rasterio
pip3 install --upgrade lxml
pip3 install --upgrade ezdxf
pip3 install --upgrade ezdxf
pip3 install --upgrade matplotlib