mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SLA support points gizmo - multiple instance support
This commit is contained in:
parent
e038c3a20d
commit
d28d4823e0
6 changed files with 84 additions and 67 deletions
|
@ -738,7 +738,6 @@ private:
|
|||
wxWindow *m_external_gizmo_widgets_parent;
|
||||
#endif // not ENABLE_IMGUI
|
||||
|
||||
void post_event(wxEvent &&event);
|
||||
void viewport_changed();
|
||||
|
||||
public:
|
||||
|
@ -752,6 +751,7 @@ public:
|
|||
wxGLCanvas* get_wxglcanvas() { return m_canvas; }
|
||||
|
||||
bool init(bool useVBOs, bool use_legacy_opengl);
|
||||
void post_event(wxEvent &&event);
|
||||
|
||||
#if !ENABLE_USE_UNIQUE_GLCONTEXT
|
||||
bool set_current();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue