mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
FIX: [STUDIO-3329] show/hide thirdparty calibrate button
Change-Id: Ie5a7cd454b50617af8c8bf9c78fecc60386e4e9d (cherry picked from commit 1a98981f8b0a854f431d9430355b4fc5d2bb4fb1)
This commit is contained in:
parent
1b0cd88899
commit
2a24eb55b8
5 changed files with 38 additions and 10 deletions
|
@ -95,6 +95,7 @@ class MainFrame : public DPIFrame
|
|||
|
||||
wxMenuBar* m_menubar{ nullptr };
|
||||
//wxMenu* publishMenu{ nullptr };
|
||||
wxMenu * m_calib_menu{nullptr};
|
||||
|
||||
#if 0
|
||||
wxMenuItem* m_menu_item_repeat { nullptr }; // doesn't used now
|
||||
|
@ -250,6 +251,7 @@ public:
|
|||
void set_max_recent_count(int max);
|
||||
|
||||
void show_publish_button(bool show);
|
||||
void show_calibration_button(bool show);
|
||||
|
||||
void update_title_colour_after_set_title();
|
||||
void show_option(bool show);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue