fix total breakage of all fonts in wxMSW caused by r57542 which changed the value of wxSystemFont enum elements in spite of the comment saying not to do this right above it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,6 +29,10 @@ enum wxSystemFont
|
|||||||
wxSYS_SYSTEM_FONT,
|
wxSYS_SYSTEM_FONT,
|
||||||
wxSYS_DEVICE_DEFAULT_FONT,
|
wxSYS_DEVICE_DEFAULT_FONT,
|
||||||
|
|
||||||
|
// don't use: this is here just to make the values of enum elements
|
||||||
|
// coincide with the corresponding MSW constants
|
||||||
|
wxSYS_DEFAULT_PALETTE,
|
||||||
|
|
||||||
// don't use: MSDN says that this is a stock object provided only
|
// don't use: MSDN says that this is a stock object provided only
|
||||||
// for compatibility with 16-bit Windows versions earlier than 3.0!
|
// for compatibility with 16-bit Windows versions earlier than 3.0!
|
||||||
wxSYS_SYSTEM_FIXED_FONT,
|
wxSYS_SYSTEM_FIXED_FONT,
|
||||||
|
Reference in New Issue
Block a user