File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " rust_graph"
3- version = " 0.5.5 "
3+ version = " 0.6.0 "
44edition = " 2024"
55authors = [" Vedran Maric <valinion@gmail.com>" ]
66description = " Graphing calculator with f32 support."
Original file line number Diff line number Diff line change @@ -670,7 +670,6 @@ pub fn graph_panel<T: EvalexprFloat>(
670670 ui_state. force_process_elements = true ;
671671 }
672672
673- let mut dragging_point = false ;
674673 if let Some ( drag_result) = point_dragging (
675674 & mut state. entries ,
676675 & mut state. ctx ,
@@ -679,7 +678,6 @@ pub fn graph_panel<T: EvalexprFloat>(
679678 hovered_point. as_ref ( ) ,
680679 & plot_params,
681680 ) {
682- dragging_point = true ;
683681 state. clear_cache = true ;
684682 ui_state. showing_custom_label = true ;
685683 let screen_x = plot_res. transform . position_from_point_x ( drag_result. x ) ;
You can’t perform that action at this time.
0 commit comments