mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
Fix title bar resize grabber on Windows (#13020)
Make sure the title control passes all mouse events to its parent
This commit is contained in:
@@ -18,6 +18,11 @@ public:
|
||||
|
||||
wxSize DoGetBestSize() const override;
|
||||
|
||||
protected:
|
||||
#ifdef __WIN32__
|
||||
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) override;
|
||||
#endif
|
||||
|
||||
private:
|
||||
wxString m_title;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user