mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Cut: Prevent the neither part kept option
This commit is contained in:
@@ -21,8 +21,8 @@ class ImGuiWrapper
|
||||
|
||||
FontsMap m_fonts;
|
||||
unsigned m_font_texture;
|
||||
|
||||
unsigned m_mouse_buttons;
|
||||
bool m_disabled;
|
||||
|
||||
public:
|
||||
ImGuiWrapper();
|
||||
@@ -50,6 +50,9 @@ public:
|
||||
bool checkbox(const wxString &label, bool &value);
|
||||
void text(const wxString &label);
|
||||
|
||||
void disabled_begin(bool disabled);
|
||||
void disabled_end();
|
||||
|
||||
bool want_mouse() const;
|
||||
bool want_keyboard() const;
|
||||
bool want_text_input() const;
|
||||
|
||||
Reference in New Issue
Block a user