Fix wxMSW wxSpinCtrl appearance: show arrows inside the control

As recommended in the "Spin Controls" MSDN documentation (see
https://msdn.microsoft.com/en-us/library/windows/desktop/dn742439.aspx), put
the spin control inside the associated "buddy" edit control and not near it.

Closes #12297.

Closes https://github.com/wxWidgets/wxWidgets/pull/410
This commit is contained in:
Cătălin Răceanu
2017-02-11 23:37:35 +01:00
committed by Vadim Zeitlin
parent 8e47b3ca97
commit 05b980aba1
4 changed files with 64 additions and 55 deletions

View File

@@ -141,6 +141,7 @@ wxMSW:
- Add support for building with Microsoft Visual Studio 2017 (Tobias Taschner).
- Enable wxStackWalker in MinGW64 builds.
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).
- Fix wxSpinCtrl appearance: show arrows inside the control (Catalin Raceanu).
- Fix MDI menu display after failure to create a child frame (troelsk).
- Fix wxScreenDC::GetSize() with multiple monitors (iwbnwif).
- Fix background colour returned by wxTextCtrl::GetStyle() (Andreas Falkenhahn).