Fix the size of the font returned from wxTextCtrl::GetStyle() in wxMSW.
Due to a typo the size was expressed in 1/10th of a point and not in points. Fix this and add a unit test checking that GetStyle() returns the same font as was set by SetStyle(). Closes #2120. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -478,6 +478,7 @@ MSW:
|
||||
- Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute (tteras).
|
||||
- Set wxMenu being closed in wxEVT_MENU_CLOSE events (Marcin Malich).
|
||||
- Fix coordinates and Z-position for joystick events (Markus Juergens).
|
||||
- Fix size of the font returned by wxTextCtrl::GetStyle() (Igor Korot).
|
||||
|
||||
OSX:
|
||||
|
||||
|
Reference in New Issue
Block a user