summaryrefslogtreecommitdiffstats
path: root/views/controls/combobox/native_combobox_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/combobox/native_combobox_win.cc')
-rw-r--r--views/controls/combobox/native_combobox_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/combobox/native_combobox_win.cc b/views/controls/combobox/native_combobox_win.cc
index a936b0c..b1bc88f 100644
--- a/views/controls/combobox/native_combobox_win.cc
+++ b/views/controls/combobox/native_combobox_win.cc
@@ -182,7 +182,7 @@ void NativeComboboxWin::NativeControlCreated(HWND native_control) {
void NativeComboboxWin::UpdateFont() {
HFONT font = ResourceBundle::GetSharedInstance().
- GetFont(ResourceBundle::BaseFont).hfont();
+ GetFont(ResourceBundle::BaseFont).GetNativeFont();
SendMessage(native_view(), WM_SETFONT, reinterpret_cast<WPARAM>(font), FALSE);
}