mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02:00
Seam gizmo: fixed action names in undo/redo stack
This commit is contained in:
@@ -22,6 +22,10 @@ namespace GUI {
|
||||
enum class SLAGizmoEventType : unsigned char;
|
||||
class ClippingPlane;
|
||||
|
||||
enum class PainterGizmoType {
|
||||
FDM_SUPPORTS,
|
||||
SEAM
|
||||
};
|
||||
|
||||
|
||||
class TriangleSelectorGUI : public TriangleSelector {
|
||||
@@ -103,6 +107,7 @@ protected:
|
||||
|
||||
virtual void on_opening() = 0;
|
||||
virtual void on_shutdown() = 0;
|
||||
virtual PainterGizmoType get_painter_type() const = 0;
|
||||
|
||||
bool on_is_activable() const override;
|
||||
bool on_is_selectable() const override;
|
||||
|
||||
Reference in New Issue
Block a user