Add quick measure overlays with Alt pressed (#1894)

* Measure with alt

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
James Lindsay
2024-08-10 04:56:02 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent 501b562d0f
commit 1f278799d6
5 changed files with 93 additions and 7 deletions
@@ -1,6 +1,7 @@
pub mod auto_panning;
pub mod color_selector;
pub mod graph_modification_utils;
pub mod measure;
pub mod pivot;
pub mod resize;
pub mod shape_editor;