mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 07:48:02 +08:00
fix compile issues
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user