summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/HackStudio/Locator.cpp')
-rw-r--r--DevTools/HackStudio/Locator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/HackStudio/Locator.cpp b/DevTools/HackStudio/Locator.cpp
index dd2c814452..b3bd2a49b8 100644
--- a/DevTools/HackStudio/Locator.cpp
+++ b/DevTools/HackStudio/Locator.cpp
@@ -130,7 +130,7 @@ Locator::Locator()
m_popup_window->set_rect(0, 0, 500, 200);
m_suggestion_view = m_popup_window->set_main_widget<GUI::TableView>();
- m_suggestion_view->set_headers_visible(false);
+ m_suggestion_view->set_column_headers_visible(false);
m_suggestion_view->on_activation = [this](auto& index) {
open_suggestion(index);