mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
ENH:optimize device page lag
jira:[none] Change-Id: I0f6f1b257922d0e25152df9d42814551fa4a89ae (cherry picked from commit 570751668e120b92953593c38bf2469474e98d8f)
This commit is contained in:
@@ -77,7 +77,7 @@ class MonitorPanel : public wxPanel
|
||||
private:
|
||||
Tabbook* m_tabpanel{ nullptr };
|
||||
wxSizer* m_main_sizer{ nullptr };
|
||||
|
||||
|
||||
AddMachinePanel* m_status_add_machine_panel;
|
||||
StatusPanel* m_status_info_panel;
|
||||
MediaFilePanel* m_media_file_panel;
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
PT_DEBUG = 4,
|
||||
PT_MAX_NUM = 5
|
||||
};
|
||||
|
||||
|
||||
void init_bitmap();
|
||||
void init_timer();
|
||||
void init_tabpanel();
|
||||
|
||||
Reference in New Issue
Block a user