mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 06:42:07 +00:00
FIX:fix bug of SyncAmsInfoDialog
jira: STUDIO-9948 STUDIO-9950 Change-Id: Ic97dfb7787c9e27386003b2dc3f88f1003456245 (cherry picked from commit 081df8f5809dc023487b239dc1419b20eacc7a40)
This commit is contained in:
@@ -78,7 +78,8 @@ struct Camera;
|
||||
class GLToolbar;
|
||||
class PlaterPresetComboBox;
|
||||
class PartPlateList;
|
||||
|
||||
class SyncNozzleAndAmsDialog;
|
||||
class FinishSyncAmsDialog;
|
||||
using t_optgroups = std::vector <std::shared_ptr<ConfigOptionsGroup>>;
|
||||
|
||||
class Plater;
|
||||
@@ -126,7 +127,8 @@ class Sidebar : public wxPanel
|
||||
ConfigOptionMode m_mode;
|
||||
Button * btn_sync{nullptr};
|
||||
ScalableButton * ams_btn{nullptr};
|
||||
|
||||
std::shared_ptr<SyncNozzleAndAmsDialog> m_sna_dialog{nullptr};
|
||||
std::shared_ptr<FinishSyncAmsDialog> m_fna_dialog{nullptr};
|
||||
public:
|
||||
enum DockingState
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user