]> git.saurik.com Git - wxWidgets.git/commit
Allow specifying -1 as font size to mean "default" in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2012 23:49:48 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2012 23:49:48 +0000 (23:49 +0000)
commitd180df5c431d4dc9e788141794fd51fe1f39ad3e
tree41b9dbe7632cef2e61b477b5f5ba26ca5e66d5b7
parent65676a2882da289289c22a2810d92e56f7b9449c
Allow specifying -1 as font size to mean "default" in wxMSW.

This has never been officially documented but used to work in 2.8 and still
works in wxGTK, so make it works in wxMSW too for consistency.

Closes #12541.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/font.cpp