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:
committed by
Vadim Zeitlin
parent
2567f4222d
commit
00526cefb6
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user