Browser: Remove redundant tab::view() call from the tab constructor

This commit is contained in:
Eyad Hossam 2021-09-17 02:38:12 +02:00 committed by Idan Horowitz
commit fe9e2f463c
Notes: sideshowbarker 2024-07-19 17:12:41 +09:00

View file

@ -132,7 +132,6 @@ Tab::Tab(BrowserWindow& window)
auto url = url_from_user_input(m_location_box->text()); auto url = url_from_user_input(m_location_box->text());
load(url); load(url);
view();
}; };
m_location_box->add_custom_context_menu_action(GUI::Action::create("Paste && Go", [this](auto&) { m_location_box->add_custom_context_menu_action(GUI::Action::create("Paste && Go", [this](auto&) {