mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Added name for items in undo/redo stack inside multi-material gizmo.
This commit is contained in:
parent
6ed4885d01
commit
cc913d52ef
8 changed files with 84 additions and 260 deletions
|
@ -3,9 +3,7 @@
|
|||
|
||||
#include "GLGizmoPainterBase.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
namespace GUI {
|
||||
namespace Slic3r::GUI {
|
||||
|
||||
class GLGizmoSeam : public GLGizmoPainterBase
|
||||
{
|
||||
|
@ -20,6 +18,8 @@ protected:
|
|||
std::string on_get_name() const override;
|
||||
PainterGizmoType get_painter_type() const override;
|
||||
|
||||
wxString handle_snapshot_action_name(bool shift_down, Button button_down) const override;
|
||||
|
||||
private:
|
||||
bool on_init() override;
|
||||
|
||||
|
@ -36,8 +36,7 @@ private:
|
|||
|
||||
|
||||
|
||||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
} // namespace Slic3r::GUI
|
||||
|
||||
|
||||
#endif // slic3r_GLGizmoSeam_hpp_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue