mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 19:17:33 +00:00
ENH:Fix the issues discovered in the demo
jira: STUDIO-10384 STUDIO-10385 STUDIO-10387 Change-Id: I68f3099b9fbb6d6996373cae07b2e62930ce614c (cherry picked from commit 91df890100199a3e26ef3792a1f8650d2dab8577)
This commit is contained in:
@@ -64,7 +64,7 @@ namespace UndoRedo {
|
||||
}
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class SyncAmsInfoDialog;
|
||||
class MainFrame;
|
||||
class ConfigOptionsGroup;
|
||||
class ObjectSettings;
|
||||
@@ -132,6 +132,7 @@ class Sidebar : public wxPanel
|
||||
std::vector<BedType> m_cur_combox_bed_types;
|
||||
int m_last_combo_bedtype_count{0};
|
||||
bool m_begin_sync_printer_status{false};
|
||||
std::shared_ptr<SyncAmsInfoDialog> m_sync_dlg{nullptr};
|
||||
|
||||
public:
|
||||
enum DockingState
|
||||
|
||||
Reference in New Issue
Block a user