fix compile issues

This commit is contained in:
0SlowPoke0
2025-07-24 04:38:17 +05:30
parent df7274f806
commit 7ff11b2c86
3 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ use crate::messages::tool::common_functionality::shapes::shape_utility::extract_
use glam::{DAffine2, DVec2};
use graph_craft::document::NodeInput;
use graph_craft::document::value::TaggedValue;
use graphene_std::num_traits::Zero;
use graphene_std::vector::misc::{GridType, dvec2_to_point, get_line_endpoints};
use kurbo::{Line, ParamCurveNearest};
use std::collections::VecDeque;

View File

@@ -1,3 +1,3 @@
pub mod grid_row_colums_gizmo;
pub mod grid_row_columns_gizmo;
pub mod number_of_points_dial;
pub mod point_radius_handle;

View File

@@ -48,7 +48,7 @@ impl ShapeGizmoHandler for GridGizmoHandler {
&self,
document: &DocumentMessageHandler,
selected_grid_layer: Option<LayerNodeIdentifier>,
input: &InputPreprocessorMessageHandler,
_input: &InputPreprocessorMessageHandler,
shape_editor: &mut &mut ShapeState,
mouse_position: DVec2,
overlay_context: &mut OverlayContext,
@@ -59,7 +59,7 @@ impl ShapeGizmoHandler for GridGizmoHandler {
fn dragging_overlays(
&self,
document: &DocumentMessageHandler,
input: &InputPreprocessorMessageHandler,
_input: &InputPreprocessorMessageHandler,
shape_editor: &mut &mut ShapeState,
mouse_position: DVec2,
overlay_context: &mut OverlayContext,