mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
ENH: [STUDIO-1477] indicators for that has object configs
Change-Id: I4556b049cd6aa128a05f69c00fa14d8ea5bb3f39
This commit is contained in:
parent
536df6ca23
commit
2f7946333d
7 changed files with 60 additions and 5 deletions
|
@ -120,6 +120,8 @@ class ParamsPanel : public wxPanel
|
|||
|
||||
wxPanel* m_current_tab { nullptr };
|
||||
|
||||
bool m_has_object_config { false };
|
||||
|
||||
struct Highlighter
|
||||
{
|
||||
void set_timer_owner(wxEvtHandler *owner, int timerid = wxID_ANY);
|
||||
|
@ -154,6 +156,9 @@ class ParamsPanel : public wxPanel
|
|||
void switch_to_global();
|
||||
void switch_to_object(bool with_tips = false);
|
||||
|
||||
void notify_object_config_changed();
|
||||
void switch_to_object_if_has_object_configs();
|
||||
|
||||
StaticBox* get_top_panel() { return m_top_panel; }
|
||||
|
||||
wxPanel* filament_panel() { return m_tab_filament; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue