summaryrefslogtreecommitdiffstats
path: root/chrome/views/table_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/table_view.cc')
-rw-r--r--chrome/views/table_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/table_view.cc b/chrome/views/table_view.cc
index 781f262..4bd1526 100644
--- a/chrome/views/table_view.cc
+++ b/chrome/views/table_view.cc
@@ -807,7 +807,7 @@ HWND TableView::CreateNativeControl(HWND parent_container) {
if (first->second.title.empty())
style |= LVS_NOCOLUMNHEADER;
}
- list_view_ = ::CreateWindowEx(WS_EX_CLIENTEDGE | GetAdditionalExStyle(),
+ list_view_ = ::CreateWindowEx(WS_EX_CLIENTEDGE | GetAdditionalRTLStyle(),
WC_LISTVIEW,
L"",
style,