Return full virtual screen size from wxScreenDC::GetSize() in wxMSW

Return the size of the entire virtual screen, possibly composed from multiple
monitors, rather than just the size of the primary monitor.

This makes this method consistent with wxScreenDC actually representing the
entire virtual screen and not just the primary monitor and also with wxGTK.

Closes #13279.
This commit is contained in:
Iwbnwif Yiw
2016-03-28 21:37:55 +02:00
committed by Vadim Zeitlin
parent 2567f4222d
commit 00526cefb6
3 changed files with 13 additions and 6 deletions

View File

@@ -78,6 +78,7 @@ wxMSW:
- Enable wxStackWalker in MinGW64 builds.
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).
- Fix MDI menu display after failure to create a child frame (troelsk).
- Fix wxScreenDC::GetSize() with multiple monitors (iwbnwif).
wxOSX: