Skip to content

Commit

Permalink
Fix min brush size when using scroll wheel (#2534) (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox authored Nov 11, 2023
1 parent 714667e commit 4e5e5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slic3r/GUI/Gizmos/GLGizmoSeam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class GLGizmoSeam : public GLGizmoPainterBase
std::string get_action_snapshot_name() override { return "Paint-on seam editing"; }
static const constexpr float CursorRadiusMin = 0.05f; // cannot be zero

const float get_cursor_radius_min() const override { return CursorRadiusMin; }

private:
bool on_init() override;

Expand Down

0 comments on commit 4e5e5a7

Please sign in to comment.