Changed paths:
M include/wx/aui/framemanager.h
M src/aui/framemanager.cpp
Log Message:
-----------
Don't scale AUI layout on platforms using DPI-independent pixels
Disable changes of d32c574141 (Update AUI layout on DPI change,
2026-06-01) for the platforms with wxHAS_DPI_INDEPENDENT_PIXELS, i.e.
wxGTK and wxOSX, because it's not just unnecessary but wrong to scale
layout by DPI scale factor there.