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
|
|
@ -69,6 +69,7 @@ public:
|
|||
DECLARE_EVENT_TABLE()
|
||||
|
||||
private:
|
||||
void setresizedpi();
|
||||
void OnCopy(wxCommandEvent &event);
|
||||
void OnMouseWheel(wxMouseEvent &event);
|
||||
void OnGridColSize(wxGridSizeEvent &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue