mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Add support High DPI
Выполнен переход на wxWidgets 3.2 для улучшения поддержки DPI. Также обновлена среда разработки до Microsoft Visual Studio 2022.
This commit is contained in:
parent
920d424767
commit
d07487eac9
13 changed files with 84 additions and 47 deletions
|
|
@ -12,6 +12,8 @@
|
|||
#if defined(_WIN32_WCE)
|
||||
#undef _WIN32_WCE
|
||||
#endif
|
||||
#define wxUSE_DPI_AWARE_MANIFEST 2
|
||||
#define wxUSE_RC_MANIFEST 1
|
||||
|
||||
#include <wx/msw/wx.rc>
|
||||
#include <winver.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue