mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
NEW:add "Fade out" effect for BaseTransparentDPIFrame
jira: none Change-Id: Ied2fd3a07c213c3518183865169728a87a7d5b1a (cherry picked from commit c5406570bc8647d243011e330f4bd618bcceec85)
This commit is contained in:
@@ -362,6 +362,7 @@ public:
|
||||
struct InputInfo
|
||||
{
|
||||
wxPoint dialog_pos{wxPoint(400, 200)};
|
||||
wxPoint ams_btn_pos{wxPoint(400, 200)};
|
||||
};
|
||||
SyncNozzleAndAmsDialog(InputInfo &input_info);
|
||||
~SyncNozzleAndAmsDialog() override;
|
||||
@@ -377,6 +378,7 @@ public:
|
||||
struct InputInfo
|
||||
{
|
||||
wxPoint dialog_pos{wxPoint(400, 200)};
|
||||
wxPoint ams_btn_pos{wxPoint(400, 200)};
|
||||
};
|
||||
FinishSyncAmsDialog(InputInfo &input_info);
|
||||
~FinishSyncAmsDialog() override;
|
||||
|
||||
Reference in New Issue
Block a user