Determine wxButton size correctly in wxMSW.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 24 Jan 2010 11:51:00 +0000 (11:51 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 24 Jan 2010 11:51:00 +0000 (11:51 +0000)
commit8cb03510a15d9b9d2c93ea7411c84a426884aab3
tree3761c2141cc81b14023c63240ab1fca69cc2db29
parent0c550516dd99c384eb376c9b9a51f92b1cd19e1a
Determine wxButton size correctly in wxMSW.

Instead of using default size for default GUI font, use the default font
for this dialog's current font.

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