summaryrefslogtreecommitdiffstats
path: root/views/controls/table/native_table_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/table/native_table_win.cc')
-rw-r--r--views/controls/table/native_table_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/table/native_table_win.cc b/views/controls/table/native_table_win.cc
index 1b0806e..22ca250 100644
--- a/views/controls/table/native_table_win.cc
+++ b/views/controls/table/native_table_win.cc
@@ -369,7 +369,7 @@ void NativeTableWin::CreateNativeControl() {
// Reduce overdraw/flicker artifacts by double buffering. Support tooltips
// and display elided items completely on hover (see comments in OnNotify()
// under LVN_GETINFOTIP). Make the selection extend across the row.
- ListView_SetExtendedListViewStyle(list_view_,
+ ListView_SetExtendedListViewStyle(hwnd,
LVS_EX_DOUBLEBUFFER | LVS_EX_INFOTIP | LVS_EX_FULLROWSELECT);
l10n_util::AdjustUIFontForWindow(hwnd);