Handle DPI change in wxSplitterWindow

This commit is contained in:
Maarten Bent
2022-03-16 18:56:05 +01:00
parent 9285d61393
commit 657be8b6dc
6 changed files with 2 additions and 32 deletions

View File

@@ -1296,16 +1296,6 @@ public:
static int ToPhys(int d, const wxWindow* w);
/**
Returns @true while a window is being updated after a DPI change.
@remarks This function is currently only used under MSW.
@since 3.1.6
*/
bool IsDPIChanging() const;
/**
This functions returns the best acceptable minimal size for the window.