mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 22:32:07 +00:00
W10 double window fix (#13074)
Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
wxSize DoGetBestSize() const override;
|
||||
|
||||
protected:
|
||||
#ifdef __WIN32__
|
||||
#ifdef __WXMSW__
|
||||
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) override;
|
||||
#endif
|
||||
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
void ShowCalibrationButton(bool show = true);
|
||||
|
||||
protected:
|
||||
#ifdef __WIN32__
|
||||
#ifdef __WXMSW__
|
||||
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) override;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user