Make top resizing grabber larger on Windows (#11023)

This commit is contained in:
Noisyfox
2025-10-16 11:20:27 +08:00
committed by GitHub
parent 0493ed03a5
commit e20113402c
3 changed files with 54 additions and 0 deletions

View File

@@ -56,6 +56,11 @@ public:
void ShowCalibrationButton(bool show = true);
protected:
#ifdef __WIN32__
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) override;
#endif
private:
wxFrame* m_frame;
wxAuiToolBarItem* m_file_menu_item;